summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2012-12-29Old Eleanor work :glighta1-5/+7
2012-12-28- Increased MAX_QUEST_DB, follow up to r17056. (bugreport:7058)brianluau1-1/+1
2012-12-19Implemented @clearstorage, @cleargstorage, @clearcart, @clearinventory (alias...momacabu1-0/+1
2012-12-13HARRO WORLD. GUESS WHO.shennetsind2-1/+8
2012-12-11Happy Holidays and Happy 12/12/12 :)rud0lp201-1/+2
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau51-11716/+11711
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal251-11711/+11716
2012-11-24-Fix geoipreading cache for Windows, bugreport:6923glighta1-2/+2
2012-11-24Implemented @warp modification (tid:74181), it check if a map exists regardle...momacabu1-1/+1
2012-11-23-Apply mkdu95 fix for bugreport:5145 preventing clone if player dead, (for sl...glighta2-15/+16
2012-11-20Console clean up, dropped quite a few pointless messages and modified others ...shennetsind1-1/+0
2012-11-20Forgot the Show* voiding <3momacabu2-50/+30
2012-11-10- More deletions related to lock removal -_-momacabu1-1/+0
2012-11-10Removed include lock.h from script.cmomacabu1-1/+0
2012-11-10Removed lock files since it is no longer being used (bugreport:6767).momacabu3-80/+4
2012-11-09- Added comments about the max ***_REG_NUM defines in mmo.hbrianluau1-3/+3
2012-10-31Fixed bugreport:6779 dropped between-server ping timers, replaced by a much m...shennetsind2-3/+12
2012-10-29-Add some src basic documentation.glighta2-10/+10
2012-10-27- Adjusted spacing in ASCII art so all lines are 70 characters wide.brianluau1-10/+10
2012-09-29* Merged eAthena changeset ea:15190. (bugreport:5138)eathenabot2-35/+87
2012-09-16Introducing rAthena's anonymous data collector. This aims at improving rAthen...shennetsind2-5/+6
2012-09-05Fixed ERS cache linked list algorithm.greenboxal21-6/+7
2012-09-05Fixed bugreport:6621 get rid of some warnings that probably caused the map-se...greenboxal21-3/+2
2012-09-04Changed ERS cache array to use a linked list.greenboxal21-31/+29
2012-09-04Rewrote ERS system in a more debug friendly way.greenboxal21-416/+192
2012-09-02Follow up r16736 fixing something that'd happen when DISABLE_ERS is used.shennetsind1-1/+1
2012-09-02Hello! few things.shennetsind3-15/+33
2012-08-22Major cleanup all over the place, made possible by mkbu95's scan-build report...shennetsind3-68/+36
2012-08-18Fixed bugreport:6343 homun-s skill tree now is properly populated with previo...shennetsind1-0/+1
2012-08-06Hello World! with this commit trunk will finally be making use of the gorgeou...shennetsind1-1/+1
2012-08-02lowercase'd the r in the console ASCII logo.shennetsind1-8/+8
2012-07-28Added support for the "favorite item tab" feature. super-mega-thanks to Judas...shennetsind1-0/+1
2012-07-22Follow up r16468 - removed the "n is meaningless" comment from bNoWeaponDamag...kenpachi2k111-1/+1
2012-07-21Fixed documentation for bNoWeaponDamage and bNoMagicDamage. (bugreport:5972)kenpachi2k111-1/+1
2012-07-12Fixed all warnings left from when compiling with -pedantic, confirmed with gc...shennetsind1-1/+1
2012-07-08Hello World. Initial support for the new homunculus has been added, credits t...shennetsind1-3/+3
2012-06-13Added support for 2012-04-10, super special ultra ubber plus master thanks to...shennetsind1-2/+2
2012-06-12- Added svn:eol-style=native property on some recently added text files.brianluau2-3/+1
2012-06-12added new networking subsystem (early stage - files are not compiled yet duri...blacksirius6-0/+1956
2012-06-11Fixed bugreport:5990 OSX compiling error / warningsblacksirius2-33/+15
2012-06-11Fixed bugreport:5989 map-server crashes. blacksirius2-2/+3
2012-06-10- added some missing copyrightsblacksirius12-3/+1333
2012-06-10added mutex && cond var abstraction ( for pthread / winapi )blacksirius4-1/+358
2012-06-03thread api: added support for platforms without TLS (Thread Local Storage) su...blacksirius2-2/+43
2012-06-03cmake: followup for commit r16221 (fixed cmake build / added missing files)blacksirius1-0/+4
2012-06-03feature merge bs-coreoptimize->trunk: Atomic Operations, Threading, Spinlock ...blacksirius6-1/+652
2012-06-03cleaned up windows header usage (added one central file to use windows / wina...blacksirius10-15/+45
2012-06-03fixed portability issue. (As long as we support other compilers than MSC/ICC ...blacksirius1-1/+1
2012-06-02feature merge bs-coreoptimize->trunk: added some compiler abstractionsblacksirius1-1/+9
2012-06-01removed the old obsolete Plugin system (commit 1/2)blacksirius6-579/+1