FlavioJS
|
9d2688ad87
* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.
|
hace 17 años |
ultramage
|
ac33a63e54
* Added names to the SC_ and SI_ enums, now they can be used to properly indicate where such values are to be used (replaces usage of 'int')
|
hace 17 años |
ultramage
|
961f23767d
* Added 'safestrnlen' to prevent null pointer crashes
|
hace 17 años |
FlavioJS
|
65642f6f1c
* Merged the tmpsql branch:
|
hace 17 años |
ultramage
|
8a45d05f1c
Wiped out every mention of RETCODE from /src.
|
hace 17 años |
ultramage
|
bc31c68ad5
The new functions now clear junk from the output buffer, this simplifies the code a bit.
|
hace 18 años |
ultramage
|
dfdb5368c7
Corrected some weird fgets() statements, plus reformatted them
|
hace 18 años |
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)
|
hace 18 años |
ultramage
|
9e7eb8804f
- Removed the TURBO socket mechanism - it was in fact just using a variable to cache a few arithmetic operations (premature optimization)
|
hace 18 años |
skotlex
|
44ac188d6f
- fixed a few include lines.
|
hace 18 años |
skotlex
|
18166d1f87
- Fixed char-server crash on @changegm use.
|
hace 18 años |
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)
|
hace 18 años |
skotlex
|
7691130732
- cbasetypes now assumes that Mingwin does defines ssize_t
|
hace 18 años |
skotlex
|
971ea7e332
- Fixed char server SQL not sending the guild info update to other map servers when a new member is added.
|
hace 18 años |
FlavioJS
|
dd92bd13fd
- a couple of warnings fixed
|
hace 18 años |
FlavioJS
|
52245f90b9
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before checking if UINT_MAX has been defined.
|
hace 18 años |
skotlex
|
a0bad51812
- Added various guild packet related missing checks
|
hace 18 años |
FlavioJS
|
637ae9a4dc
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
|
hace 18 años |
skotlex
|
1424d93e12
- Repairing items via scripts no longer displays "item has been repaired"
|
hace 18 años |
skotlex
|
cfee0ccf63
- Added all the missing FIFOHEADs in the login/sql servers (required for TURBO support)
|
hace 18 años |
skotlex
|
68bac454a6
- Modified pc_jobchange so that it automatically removes peco/falcon/cart/homun if the new job you are changing to does not possess the required skill for them.
|
hace 18 años |
skotlex
|
42375e1896
- Rewrote the txt->sql converter. It now links directly to the char server files so that it should get auto-updated with any code changes in the later.
|
hace 18 años |
skotlex
|
f7e2c8a84c
- Likely fixed "half" of the alliance being saved, which ends up in guilds that can attack another, but not viceversa.
|
hace 18 años |
skotlex
|
6db8420f3c
- Added upgrade_svn8675.sql in case, for some reason, your guild table still has the emblem_data field as a 'blob' with "NOT NULL" specified.
|
hace 18 años |
skotlex
|
6ffb2533a7
- Some minor cleanups.
|
hace 19 años |
toms
|
cc6ddef2e4
Fixed SQL-Guild Creation, guild name was escaped 2 times
|
hace 19 años |
toms
|
5511cb9ea3
Changed atoi to strtoul for guild-experience's field
|
hace 19 años |
toms
|
8e191af335
Code cleanup & optimization on guild part of char-server
|
hace 19 años |
skotlex
|
3b13b070e1
- Made guild member exp an unsigned int.
|
hace 19 años |
Lance
|
3b9eeb4451
* [Fixed]
|
hace 19 años |