Age | Commit message (Expand) | Author | Files | Lines |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -1338/+1193 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -1193/+1338 |
2012-11-09 | Fixed bugreport:6851, two chrif-related messages had the same id as cash points. | momacabu | 1 | -2/+2 |
2012-10-31 | Fixed bugreport:6779 dropped between-server ping timers, replaced by a much m... | shennetsind | 1 | -12/+12 |
2012-10-31 | Fixed bugreport:6836 apparently msvc didn't like the inlines altho both gcc a... | shennetsind | 1 | -9/+9 |
2012-10-31 | Follow up r16837 replaces sprintf with snprintf to at least ensure we dont go... | shennetsind | 1 | -303/+302 |
2012-10-29 | -Fixed action assignation follow up r16837,r16836,r16835 | glighta | 1 | -2/+2 |
2012-10-29 | -Fixed bugreport:6432 Shadow Formation effect range is 10 while casting range... | glighta | 1 | -1/+1 |
2012-10-29 | - Fixed warnings from r16835. | brianluau | 1 | -5/+5 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -39/+29 |
2012-09-16 | Introducing rAthena's anonymous data collector. This aims at improving rAthen... | shennetsind | 1 | -1/+15 |
2012-09-02 | Hello! few things. | shennetsind | 1 | -1/+1 |
2012-08-22 | Major cleanup all over the place, made possible by mkbu95's scan-build report... | shennetsind | 1 | -4/+1 |
2012-07-26 | Added the merges proposed in evilpuncker's list of suggestions: http://rathen... | shennetsind | 1 | -1/+1 |
2012-06-14 | Added support for new carts (requires packetver 20120201 or newer). Super-Ult... | shennetsind | 1 | -6/+3 |
2012-04-20 | Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t... | shennetsind | 1 | -0/+3 |
2012-03-13 | Enhanced `DBMap` implementation to allow storing integer type data in additio... | gepard1984 | 1 | -8/+17 |
2012-03-05 | - Guild Castle code cleanup: | gepard1984 | 1 | -0/+3 |
2012-03-04 | - Guild Castle code cleanup: | gepard1984 | 1 | -0/+1 |
2012-02-17 | Fixed chrif_authreq possible crash, bugreport:5337 | shennetsind | 1 | -7/+4 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 1 | -4/+4 |
2012-01-30 | - Removed more trailing tabs. | brianluau | 1 | -1/+1 |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 1 | -12/+2 |
2012-01-17 | * Merged changes ONLY eAthena 15002. | eathenabot | 1 | -0/+1 |
2012-01-15 | Fixed a bug with the output message of chrif_authok | shennetsind | 1 | -3/+2 |
2012-01-14 | another cool multi-map-server ancient bugfix: | shennetsind | 1 | -4/+5 |
2012-01-14 | Fixed ancient multi-map-server bug where gmlevel was lost during changing map... | shennetsind | 1 | -2/+3 |
2012-01-11 | Picklog improvements: | gepard1984 | 1 | -2/+2 |
2011-12-23 | While rAthena is under active development...I don't think this warning is nee... | jmanfffreak | 1 | -7/+1 |
2011-12-15 | monsters no longer use rudeattacked skills when they receive reflected damage... | shennetsind | 1 | -1/+1 |
2011-12-14 | Removing a friend will also remove you from your friends friendlist, bugrepor... | shennetsind | 1 | -2/+19 |
2011-12-14 | minor message rename | shennetsind | 1 | -1/+1 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -1/+7 |
2011-09-06 | * Restrict intif_quest_save to sql only. txt char-server doesn't support the ... | flaviojs | 1 | -0/+2 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -5/+5 |
2011-06-23 | * Made chrif_save always call pc_makesavestatus. (no reason to prevent the ca... | flaviojs | 1 | -3/+2 |
2011-06-22 | Added enum e_skill_flag to represent the values of struct s_skill's complicat... | ultramage | 1 | -2/+2 |
2011-06-16 | * Merges from charmerge: | flaviojs | 1 | -32/+67 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -1/+1 |
2011-01-13 | * Removed ladmin (remote administration tool), all related support code and t... | ai4rei | 1 | -29/+2 |
2011-01-13 | * Fixed chrif-packet processing considering free/unused packet IDs incorrectl... | ai4rei | 1 | -3/+3 |
2010-12-12 | * Updates to dynamic server information `ragsrvinfo` on SQL. | ai4rei | 1 | -30/+8 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -4/+4 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -4/+4 |
2010-08-29 | Force a map_quit() call on the session data after a block/ban/changesex/acc d... | Paradox924X | 1 | -0/+3 |
2010-08-20 | Removed processing for undocumented and unused event 'OnCharIfInit' which is ... | Paradox924X | 1 | -1/+0 |
2010-08-19 | - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ... | Skotlex | 1 | -2/+2 |
2010-02-27 | Some generic code cleanups (unused struct, user counting, code comment). | ultramage | 1 | -7/+1 |
2010-01-15 | * Fixed change cart packet doesn't check for skill. | Inkfish | 1 | -2/+2 |
2009-10-27 | Fixed quest will never get erased when it's the only quest you have. | Inkfish | 1 | -2/+1 |