shennetsind
|
8897b74690
Removed sleep() from root privileges message, reworded.
|
13 years ago |
calciumkid
|
16645cbdb9
Updated core.c ASCII art to reflect RAthena rather than eAthena.
|
13 years ago |
flaviojs
|
4369fa70e9
* Made NO_MEMMGR only be set as a default value, allowing for simultaneous use with the memory libraries.
|
14 years ago |
flaviojs
|
b02133b422
* Merges from charmerge:
|
14 years ago |
ultramage
|
65834585a8
Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, generated by ShowMessage(). It now works exactly like printf().
|
17 years ago |
ultramage
|
0bbf505d59
* Merged do_sendrecv() and do_parse() into do_sockets()
|
17 years ago |
ultramage
|
3d7a129b90
Using predefined constants as parameters to the exit() function.
|
17 years ago |
ultramage
|
3935c7bf4a
* TXT->SQL converter fixup
|
18 years ago |
ultramage
|
dfdb5368c7
Corrected some weird fgets() statements, plus reformatted them
|
18 years ago |
ultramage
|
711d01a128
Reformatting @_@
|
18 years ago |
ultramage
|
5d3ea3da27
* Played around with MinGW a bit today...
|
18 years ago |
skotlex
|
87ac06f325
- Fixed sometimes retrieving the svn-version with fopen not doing a fclose afterwards.
|
18 years ago |
ultramage
|
24db1473f4
- Added function str2ip() to do platform-safe conversions
|
18 years ago |
ultramage
|
bb934dd59e
- Disabled the exception handler on windows debug builds
|
18 years ago |
FlavioJS
|
43a375ad89
* Added all the missing defines for ctype.h functions and converted all the direct uses to the defines.
|
18 years ago |
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.
|
18 years ago |
DracoRPG
|
deb34a8ae5
New mapcache system :x
|
18 years ago |
ultramage
|
1aa9c5ceca
- Fixed the new socket code, which was triggering the inactivity timeout on the servers' listening sockets
|
18 years ago |
ultramage
|
7390d2d950
Removed graph, httpd and webserver
|
18 years ago |
FlavioJS
|
0129172c63
- Added a precompiler error when the shutdown defines are not found.
|
18 years ago |
FlavioJS
|
d4185ce10e
- Added more helpfull error messages when packet_ver=-1. (no more "clif_parse: Disconnecting session #XX for not having latest client version (has version -1)." messages)
|
18 years ago |
FlavioJS
|
637ae9a4dc
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
|
18 years ago |
skotlex
|
9692efa6f0
- Fixed a possible crash due to the recent core.c upgrade.
|
18 years ago |
FlavioJS
|
1e8a3bcd3f
- Changed write to send as suggested by TheUltraMage in:
|
18 years ago |
skotlex
|
d1005fced1
- Removed grfio include from core.c as it's totally unneeded
|
18 years ago |
toms
|
1390b25174
Fixed some gcc4 warnings (oops ^^)
|
18 years ago |
toms
|
5a0f0ae14c
Fixed some gcc4 warnings
|
18 years ago |
toms
|
19131abb68
Fixed some gcc4 warnings
|
18 years ago |
skotlex
|
ebc1f2bc02
- Moved the packet_len variable in login.c to the login parse case, since it's used nowhere else.
|
18 years ago |
toms
|
6dc1c19fdb
- Updated svn-revision reading, now it can read the new svn file system
|
19 years ago |