Gepard
|
f9cff9c6e0
Extended broadcast implementation:
|
před 15 roky |
Inkfish
|
86d162ad13
Fixed an exploit that makes guild skill get higher level than the max defined in guild_skill_tree. (bugreport:3241)
|
před 16 roky |
ultramage
|
106b44c1e7
Merged the /loginmerge branch (topic:192754)
|
před 17 roky |
ultramage
|
1d9c99dc72
Corrected wrong data loading order in txt storage code causing crashes at startup (followup to r12950).
|
před 17 roky |
Kevin
|
2c1144e804
TXT code has been re uploaded. Please note this does not change the fact that TXT support has been dropped. There is no guarantee the code base will be managed and it will in the near future be REMOVED. If there is in ANY way TXT support in the future, it will be abstracted through a sql interface so only the sql code has to be maintained.
|
před 17 roky |
Kevin
|
ace648245b
I live in a giant bucket.
|
před 17 roky |
ultramage
|
00a5bccbd3
The max_account_id packetver detection mechanism will never cause any connection problems ever again. (bugreport:388)
|
před 17 roky |
ultramage
|
fd5f918452
Modified the charservers to use a DBMap instead of a cyclic array for auth data.
|
před 17 roky |
ultramage
|
94943b2b6a
Adjusted eAthena code to compile cleanly in C++ mode.
|
před 17 roky |
skotlex
|
1e0a82fab3
- Fixed new guilds displaying online-connect member count at 0 rather than 1, and the guild master not knowing it is one (eg: it cannot edit the guild notice of a newly created guild until relogging).
|
před 17 roky |
ultramage
|
65834585a8
Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, generated by ShowMessage(). It now works exactly like printf().
|
před 17 roky |
FlavioJS
|
9d2688ad87
* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.
|
před 17 roky |
ultramage
|
d091f1cf05
* Cleaned up some messy guild code (more to come)
|
před 17 roky |
ultramage
|
d2b9e2498e
Some code cleaning...
|
před 17 roky |
ultramage
|
3d7a129b90
Using predefined constants as parameters to the exit() function.
|
před 17 roky |
FlavioJS
|
65642f6f1c
* Merged the tmpsql branch:
|
před 17 roky |
ultramage
|
8a45d05f1c
Wiped out every mention of RETCODE from /src.
|
před 17 roky |
ultramage
|
2afd345d77
* Cleaned up mob drop code, crashfix is still needed though...
|
před 18 roky |
ultramage
|
dfdb5368c7
Corrected some weird fgets() statements, plus reformatted them
|
před 18 roky |
ultramage
|
711d01a128
Reformatting @_@
|
před 18 roky |
ultramage
|
06f0d60116
Some generic typo fixes (src and npc)
|
před 18 roky |
ultramage
|
148f3fca88
Cleaning up of the socket code
|
před 18 roky |
ultramage
|
37ecb00ca5
Fixed a C language restriction preventing compilation
|
před 18 roky |
skotlex
|
b55b492943
- Moved the pet rename code from int_pet.c to inter.c and normalized it so it can be used for any object.
|
před 18 roky |
ultramage
|
e034ce07bb
Typo hunt
|
před 18 roky |
FlavioJS
|
637ae9a4dc
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
|
před 18 roky |
skotlex
|
73379857e2
- Made WFIFOHEAD() check for available buffer size remaining on the connection, and when there's not enough space, it will increase it.
|
před 18 roky |
skotlex
|
1107b381bd
- Fixed Charge Atk being able to go through chasm/pits.
|
před 18 roky |
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.
|
před 18 roky |
skotlex
|
c06808095d
- Modified the char-server TXT whisper system to use the online_db to know to which map server forward whispers, instead of just sending the whisper to every map server.
|
před 18 roky |