ultramage
|
1ed7f6c584
Cleaned up some parts of the code.
|
il y a 18 ans |
ultramage
|
3935c7bf4a
* TXT->SQL converter fixup
|
il y a 18 ans |
FlavioJS
|
3e13b73efe
|
il y a 18 ans |
ultramage
|
e1397576e6
- Fixed missing client update when 'return to savepoint' fails
|
il y a 18 ans |
FlavioJS
|
f68f40f94d
* Displaying op names instead of numbers in script engine errors.
|
il y a 18 ans |
ultramage
|
1bf049d7d2
Some typo fixing / cleaning
|
il y a 18 ans |
ultramage
|
e142319d63
- Fixed an infinite char-server loop on the map connection
|
il y a 18 ans |
FlavioJS
|
f3bb9a322d
* RFIFOREST returns 0 when the session is eof (input data is implicitly discarted).
|
il y a 18 ans |
ultramage
|
dfdb5368c7
Corrected some weird fgets() statements, plus reformatted them
|
il y a 18 ans |
ultramage
|
301d493855
- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast time and delay reducibility by item scripts (cards and such)
|
il y a 18 ans |
ultramage
|
9e7eb8804f
- Removed the TURBO socket mechanism - it was in fact just using a variable to cache a few arithmetic operations (premature optimization)
|
il y a 18 ans |
ultramage
|
6e24df08ec
Removed the wtf-y mmo_char_fromsql_short() from r2527
|
il y a 18 ans |
ultramage
|
7ba367d0c6
Replaced a few missed set_eof()-s
|
il y a 18 ans |
FlavioJS
|
71f29c0445
* Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now).
|
il y a 18 ans |
ultramage
|
150f7d0b56
- Fixed a compilation problem with the pid plugin
|
il y a 18 ans |
ultramage
|
b1ccbcdba7
- Added ntows() to properly handle that client port number deficiency
|
il y a 18 ans |
skotlex
|
44ac188d6f
- fixed a few include lines.
|
il y a 18 ans |
ultramage
|
2216188890
* Finally fixed mingw problems, managed to build both TXT and SQL
|
il y a 18 ans |
FlavioJS
|
a91b77d781
* Recoded and renamed the trim function in strlib to normalize_name. (didn't behave like a standard trim function, see function comment for what it does)
|
il y a 18 ans |
ultramage
|
87c0efdc89
- Moved e_mail_check() and config_switch() to strlib.h
|
il y a 18 ans |
ultramage
|
7d46c4c259
- Fixed the start_point setting smashing t3h stack in some situations
|
il y a 18 ans |
DracoRPG
|
7c8f12ccd5
I'm still here!
|
il y a 18 ans |
ultramage
|
515d98c194
Fixing several compilation & runtime problems
|
il y a 18 ans |
ultramage
|
8dc1b77f03
* Made a crazy attempt to at least partially synchronize login&char code
|
il y a 18 ans |
ultramage
|
a167b6ae62
* Some source code cleaning
|
il y a 18 ans |
skotlex
|
47ab9dbbf8
- Added "do_abort" function to the core. It is invoked when the server has received a Segmentation Fault or Floating Point Exception signal. Currently the only one that uses it is the map-server, which then attempts to save all online characters before aborting.
|
il y a 18 ans |
ultramage
|
91deea9ccd
- Removed a missing file reference in the athena-start script
|
il y a 18 ans |
skotlex
|
50af14ce15
- Made waiting_disconnect on the char server be an int to hold the timer ID of the timeout timer. It is now deleted when a player is successfully set offline/online.
|
il y a 18 ans |
skotlex
|
cc6a222a11
- Added define MAX_CHARS so you can easily mod the server to support a different amount of characters per account (however, there is still the issue of hexing the client to support this change)
|
il y a 18 ans |
ultramage
|
2a7f5aeb7f
committing my work on the login server (mostly SQL)
|
il y a 18 ans |