skotlex
|
f4dfd0d8ee
- Removed the include of features.h from the console.c plugin. It is apparently not needed (and it was preventing compilation on FreeBSD)
|
vor 18 Jahren |
DracoRPG
|
7c8f12ccd5
I'm still here!
|
vor 18 Jahren |
ultramage
|
6867d93866
typos: recieve -> receive
|
vor 18 Jahren |
ultramage
|
8dc1b77f03
* Made a crazy attempt to at least partially synchronize login&char code
|
vor 18 Jahren |
ultramage
|
a167b6ae62
* Some source code cleaning
|
vor 18 Jahren |
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.
|
vor 18 Jahren |
skotlex
|
d1fda3045f
- Rewrote the jail logic to always use a status change. This means that the character's save point is not changed when jailed, and the char is always warped back to the point where it was before being jailed on unjail.
|
vor 18 Jahren |
ultramage
|
9579515cb9
- Removed the old 'mapserver charsave' mechanism
|
vor 18 Jahren |
FlavioJS
|
2b42ec13cf
- Added info on packet 0x86 (simple move packet). Not usable until a clear separation between entering sight/leaving sight/walking in sight is done.
|
vor 18 Jahren |
skotlex
|
a0bfff19a1
- Removed delete_session from socket.h since it shouldn't be used by them.
|
vor 18 Jahren |
skotlex
|
c6d349bcee
- Made it possible to modify the server packet version from the Makefile.
|
vor 18 Jahren |
skotlex
|
05afc3cf73
- Removed an auth procedure check that is no longer needed (fixes double-login checks not working right)
|
vor 18 Jahren |
skotlex
|
9bc7a5db40
- indent cleanups
|
vor 18 Jahren |
ultramage
|
d241d16d2a
Some misc cleanups (typos, formatting, forgotten changelog entry etc)
|
vor 18 Jahren |
skotlex
|
f566e76018
- Cleaned up some more the Joint Beat implementation, so the status don't take effect until the attack connects.
|
vor 18 Jahren |
ultramage
|
fbe23f27a2
Undid the memset->malloc_set replacement
|
vor 18 Jahren |
FlavioJS
|
52245f90b9
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before checking if UINT_MAX has been defined.
|
vor 18 Jahren |
FlavioJS
|
637ae9a4dc
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
|
vor 18 Jahren |
skotlex
|
384fe7b6fc
- Changed some pc_authfails to clif_authfail_fd since pc_authfail prints errors when invoked after a char is auth'ed.
|
vor 18 Jahren |
skotlex
|
231f495291
- Removed sd->sex since it's redundant (we can always use sd->status.sex)
|
vor 18 Jahren |
skotlex
|
2de8486627
- Fixed txt-converter compilation.
|
vor 18 Jahren |
skotlex
|
e4e42fbcb7
- Some cleaning on the homunc speed calculating code, so that it correctly uses the default walk speed if the player has no speed yet.
|
vor 18 Jahren |
skotlex
|
73379857e2
- Made WFIFOHEAD() check for available buffer size remaining on the connection, and when there's not enough space, it will increase it.
|
vor 18 Jahren |
skotlex
|
0b3a00dce8
- Fixed status-change loading not working.
|
vor 18 Jahren |
skotlex
|
a19cafda61
- Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counter_additional_effect
|
vor 19 Jahren |
Lance
|
26500644dd
* Optional macro MEMSET_TURBO for faster low-level memory initializations.
|
vor 19 Jahren |
skotlex
|
b7ef9a3032
- Updated vc-project files to compile with the new int_homun files.
|
vor 19 Jahren |
skotlex
|
6abed14141
- Updated mob_db.sql to current mob_db.txt data.
|
vor 19 Jahren |
DracoRPG
|
15dd140846
Orn's and Albator's Homunculus system, finally, YAY!!
|
vor 19 Jahren |
skotlex
|
8580fff963
- Fixed Cart Termination's damage.
|
vor 19 Jahren |