summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2008-09-04* Updated mmo.h, increased merc max count to 36.L0ne_W0lf1-1/+1
2008-09-01- Something i forget to commit mmo.h.zephyrus1-3/+3
2008-08-31- A proper mercenary lifetime calculation.zephyrus1-1/+1
2008-08-24- Fixed skill problems (who did this? Mercenary skills values are big than ho...zephyrus1-1/+1
2008-08-23- Completed Mercenary Create, Delete, Save. Tests OK.zephyrus1-1/+1
2008-08-23- Mercenary Packets (Server to Client). Still need a little more info.zephyrus1-1/+0
2008-08-22- Mercenary data structures.zephyrus1-1/+17
2008-08-19* Fixed a storage saving issue with txt charserver (bugreport:2084)ultramage1-1/+0
2008-08-09Fixed login printing raw passwdenc passwords to console (bugreport:826).ultramage4-28/+48
2008-07-31Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re...ultramage1-3/+3
2008-07-29Renamed struct 'skill' to 's_skill' to remove naming collisions.ultramage1-4/+8
2008-07-29Fixed Sql object not initializing default values properly.ultramage1-1/+6
2008-07-27* Removed some leftover code that shouldn't have been mergedultramage1-3/+2
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage5-10/+57
2008-07-26Partially reverted the timer code changes from r12926 - r12969.ultramage2-225/+110
2008-07-20ops ('|'->'&' in delete_timer debug code)FlavioJS1-1/+1
2008-07-20* Simplified the search in pop_timer_heap and added more debug info to help d...FlavioJS1-6/+15
2008-07-16* Added a check to make sure only released timers are acquired from the free ...FlavioJS1-3/+3
2008-07-15* Fixed pop_timer_heap using max heap comparisons instead of min heap compari...FlavioJS2-21/+41
2008-07-13Modified storage data loadingultramage1-16/+15
2008-07-10Renamed 'storage_' to 'items' in the storage_data structure.ultramage1-1/+1
2008-07-10Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...ultramage1-1/+1
2008-07-09* Added const to the return value of get_timer.FlavioJS2-148/+233
2008-06-18Fixed a bug in the timer code which made it impossible to delete a timer with...ultramage2-2/+2
2008-06-17Forgot to commit source modification from r12833 (Updated Novice grounds.)L0ne_W0lf1-1/+1
2008-06-16* Made the socket limit not be set in cygwin, which has bogus behavior. (bugr...FlavioJS2-2/+13
2008-06-12* Added support for skill names to script commands:FlavioJS1-0/+1
2008-06-09* Added experimental code to set the socket limit at runtime.FlavioJS1-0/+21
2008-05-26Moved the options to disable specific compiler warnings from the generic 'Add...ultramage1-1/+1
2008-05-25Increased storage space to 600Playtester1-1/+1
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-1/+1
2008-05-02Added a custom implementation of the va_copy macro for systems that don't pro...ultramage2-7/+37
2008-05-01Replaced the integers+checking approach in r12679 with usage of floating poin...ultramage1-7/+15
2008-05-01Implemented get_percentage() for compact and safe calculation of percentual v...ultramage2-0/+19
2008-04-27fixing some timestamp type difference warnings...ultramage1-2/+2
2008-04-27Removed the calc_times() no-op (bugreport:1289)ultramage2-8/+0
2008-04-27Corrected r12662 where a guild break would trigger the OnGuildBreak event for...ultramage4-6/+6
2008-04-23* Fixed script strings not being handled properly (only skipped the \).FlavioJS2-5/+41
2008-04-22Fixed a "bug" in sv_readdb under windows and cygwin configured as "Unix/binar...toms1-1/+1
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS3-7/+7
2008-04-21* Added intptr/uintptr to cbasetypes.h (integers with the same size as a poin...FlavioJS1-0/+12
2008-04-17Modified sv_readdb to be able to process non-native line terminators (bugrepo...ultramage1-1/+1
2008-04-15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)ultramage2-0/+84
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin1-2/+0
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage1-7/+1
2008-04-11Finished most of the quest log code, still bits here and there but it's usabl...Kevin1-2/+2
2008-04-10- Fixed Max Guardians max = 8 (no need to increase this value for woe 2.0 as ...zephyrus1-1/+1
2008-04-10Char server now loads/saves quest information.Kevin1-0/+1
2008-04-10Some preliminary code for the questlog system (clif packet functions and basi...Kevin1-0/+24
2008-04-08Updated MAX_GUARDIANS to support an insane amount of guardians.L0ne_W0lf1-1/+1