Age | Commit message (Expand) | Author | Files | Lines |
2007-09-29 | Renamed&moved macros clif_trading() and clif_cant_act() to pc.c since they're... | ultramage | 1 | -27/+20 |
2007-09-28 | * Implemented Summer Outfit care of Zephyrus_CR. | L0ne_W0lf | 1 | -7/+9 |
2007-09-26 | * Implemented Token of Siegfried effect care of Zephyrus_CR. | L0ne_W0lf | 1 | -0/+19 |
2007-09-25 | * Disabled tick cache (to enable it: define TICK_CACHE to the number of calls... | FlavioJS | 1 | -35/+17 |
2007-09-24 | Added back log_chat's '1 - log everything' setting (revert from r10850). | ultramage | 1 | -2/+2 |
2007-09-22 | * Added 'safestrnlen' to prevent null pointer crashes | ultramage | 1 | -48/+63 |
2007-09-21 | * Makefile deleting .svn in save folder. | FlavioJS | 1 | -1/+5 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -0/+1 |
2007-09-15 | Getting some (mostly atcommand) code cleaning out of the way... | ultramage | 1 | -32/+23 |
2007-09-11 | - Corrected /invite letting you invite people even if you are not the party l... | skotlex | 1 | -1/+1 |
2007-09-10 | * Added a safeguard to skill_get_unit_layout() against incorrectly defined la... | ultramage | 1 | -38/+31 |
2007-09-07 | - Added support for the new party invite/reply packets from the latest client... | skotlex | 1 | -0/+34 |
2007-08-31 | * Documented/cleaned up chatroom code and packetry | ultramage | 1 | -67/+86 |
2007-08-24 | - Fixed the hotkey list sending to the client not displaying right away. | skotlex | 1 | -1/+1 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -36/+33 |
2007-08-19 | - Cleaned up some the pet armor display code. | skotlex | 1 | -49/+14 |
2007-08-18 | - Corrected a bit npc_remove_map, map_deliddb and strdb_remove calls belong t... | skotlex | 1 | -9/+14 |
2007-08-16 | * Fixed npc chatrooms not being deleted on npc unload/reload (crash) | ultramage | 1 | -11/+24 |
2007-08-15 | - Merged and completed Latio's work on server-side hot-key saving (http://www... | skotlex | 1 | -2/+35 |
2007-08-15 | * Some serious code cleanups | ultramage | 1 | -3/+14 |
2007-08-09 | The new functions now clear junk from the output buffer, this simplifies the ... | ultramage | 1 | -20/+19 |
2007-08-08 | * Cleaned up junk left in the code by the mapcache/mapindex update | ultramage | 1 | -90/+50 |
2007-08-07 | Some minor typo fixing. | ultramage | 1 | -2/+2 |
2007-08-06 | * Added a null-pointer check to skill_initunit() to prevent a crash | ultramage | 1 | -11/+25 |
2007-08-04 | Some all-around code reformatting/cleaning | ultramage | 1 | -149/+121 |
2007-08-04 | * Removed weird mvp reward item drop behavior (see topic:160077) | ultramage | 1 | -14/+24 |
2007-07-31 | Renamed menuskill_lv -> Renamed menuskill_val, because people also used it to... | ultramage | 1 | -28/+28 |
2007-07-30 | * Corrected pet taming code; items are consumed immediately and only 1x | ultramage | 1 | -5/+0 |
2007-07-26 | * Cleaned up mob drop code, crashfix is still needed though... | ultramage | 1 | -49/+37 |
2007-07-25 | Fixed a missing homunculus info packet when doing @refresh | ultramage | 1 | -0/+2 |
2007-07-25 | * Added support for character rename packet (only dummy code for now) | ultramage | 1 | -1/+1 |
2007-07-23 | * Changed the restricting mapflag for @jump from nowarp/nowarpto to noteleport | ultramage | 1 | -9/+11 |
2007-07-20 | * Corrected packet_db.txt. See topic:158382 for details. As a side-effect, th... | ultramage | 1 | -9/+9 |
2007-07-18 | - Small update to the effects list (new exe's effects by Au{R}oN) | ultramage | 1 | -18/+16 |
2007-07-05 | * update from Skotlex | ultramage | 1 | -38/+78 |
2007-07-03 | - Re-coded 'soundeffectall'; removed the third parameter ('coverage') | ultramage | 1 | -19/+13 |
2007-07-01 | Cleaned up some parts of the code. | ultramage | 1 | -47/+45 |
2007-06-23 | random fixing | ultramage | 1 | -1/+1 |
2007-06-22 | * Changed behavior of some guild-related code (according to X.4 tests): | ultramage | 1 | -1/+1 |
2007-06-11 | - Fixed pet equip not displaying correctly at all (closes topic:153753) | ultramage | 1 | -176/+113 |
2007-06-03 | - Fixed missing client update when 'return to savepoint' fails | ultramage | 1 | -71/+86 |
2007-05-26 | - Fixed guild emblem not showing when you log in (caused by r5359) | ultramage | 1 | -9/+9 |
2007-05-25 | Reformatting, warning fixes, unsigned char removal | ultramage | 1 | -20/+20 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -1/+1 |
2007-05-23 | - Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ... | ultramage | 1 | -1/+1 |
2007-05-21 | - Removed the TURBO socket mechanism - it was in fact just using a variable t... | ultramage | 1 | -178/+46 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -825/+613 |
2007-05-19 | * Added Global chat and Main chat logging | ultramage | 1 | -42/+46 |
2007-05-09 | * Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). | FlavioJS | 1 | -11/+11 |
2007-04-29 | Gave each file an empty last line, to make svn happier | ultramage | 1 | -1/+0 |