Age | Commit message (Expand) | Author | Files | Lines |
2008-12-11 | Merge branch 'master' of git@gitorious.org:tmw-eathena/mainline | Fate | 1 | -6/+7 |
2008-12-11 | Added @invisible and @visible GM commands | Fate | 4 | -1/+76 |
2008-12-11 | Fix ItemDB loading to use the correct buy/sell | Jared Adams | 1 | -6/+7 |
2008-12-07 | Report all status changes | Fate | 3 | -2/+13 |
2008-12-05 | Merge branch 'master' into exp | Fate | 1 | -15/+35 |
2008-12-05 | Rotate logs by year and month, tag log messages by GM location | Fate | 1 | -15/+35 |
2008-12-05 | Finished bounding XP boni by absolute values | Fate | 1 | -2/+19 |
2008-12-05 | Merge branch 'master' into exp | Fate | 5 | -5/+85 |
2008-12-05 | Added table of absolute change to ensure that mob stat mutations are signific... | Fate | 2 | -56/+27 |
2008-12-03 | Replaced use of rand()%range by peavey's MRAND() macro after complaints about... | Fate | 2 | -3/+3 |
2008-12-03 | GM commands can now be logged (specify a filename as gm_log in map_athena.con... | Fate | 4 | -2/+82 |
2008-12-03 | Award 200% / 250% ... / 300% for two to six combatants against the same monster | Fate | 1 | -2/+11 |
2008-12-01 | Added mutations to mobs (must change mob_db.txt) | Fate | 8 | -38/+211 |
2008-11-29 | Added SLang function `is_dead' | Fate | 2 | -0/+13 |
2008-11-29 | Added SLang commands `map_level', `map_nr', `dir_towards' | Fate | 2 | -3/+90 |
2008-11-29 | SLang: Added `sqrt' function, permit looping over NPCs | Fate | 9 | -669/+702 |
2008-11-29 | Added bitwise negation operator `neg' | Fate | 2 | -0/+11 |
2008-11-29 | Added SLang operations `is_exterior', `strstr', `substr', `contains_string', ... | Fate | 3 | -1/+80 |
2008-11-24 | Merge branch 'master' of git@gitorious.org:tmw-eathena/mainline | Fate | 53 | -26133/+26139 |
2008-11-24 | Better handling of an invocation vanishing during a magic statement (should n... | Fate | 1 | -1/+12 |
2008-11-24 | Fixed looping over spells | Fate | 4 | -21/+48 |
2008-11-24 | Fixed is_equipped() and count_item() operations after last refactoring | Fate | 1 | -4/+15 |
2008-11-24 | Added spell_index and is_equipped operations, permitted coercions from invoca... | Fate | 6 | -0/+43 |
2008-11-24 | Converted some DOS newlines to UNIX | Bjørn Lindeijer | 50 | -26131/+26131 |
2008-11-24 | Replaced mentioning of Subversion with git | Bjørn Lindeijer | 3 | -2/+8 |
2008-11-23 | Magic: looping over spells, spell field access, is-equipped check | Fate | 12 | -849/+956 |
2008-11-22 | Recompute character status after `nude' script command | Fate | 1 | -2/+3 |
2008-11-22 | Added NONMAGIC flag to distinguish `keyword' operations (such as `marry') fro... | Fate | 9 | -942/+990 |
2008-11-10 | * Adjusted the GM @charbaselvl command to set base experience to zero when lo... | Fate | 5 | -11/+104 |
2008-11-08 | * Change SLang interpreter time handling to be universally unsigned | Fate | 2 | -7/+11 |
2008-11-08 | * Changed @setmagic parameter sequence (character name now goes last) to bett... | Fate | 1 | -2/+2 |
2008-11-07 | * Strip preceding/trailing blanks from new character names (#524) | Fate | 1 | -0/+29 |
2008-11-07 | * Auto-detect amd64, add -m32 flag to gcc options in that case | Fate | 1 | -2/+6 |
2008-11-04 | Clean out server data and leave a note where to get it. | Dennis Friis | 39 | -1684/+2 |
2008-11-04 | Commit Mantis 414: Tool for mapping item IDs to a particular item ID | Jared Adams | 3 | -1/+251 |
2008-11-03 | Convert src/map/mob.c to use RAND macros since testing of first conversion we... | Dennis Friis | 1 | -51/+51 |
2008-11-03 | Correct src/map/battle.c to use new clarified macro. | Dennis Friis | 1 | -6/+6 |
2008-11-03 | Rename MMRAND to MPRAND and clarify in a comment how it works exactly. These ... | Dennis Friis | 1 | -2/+9 |
2008-11-03 | Convert src/map/battle.c to use RAND macros, should give a more balanced game... | Dennis Friis | 1 | -65/+65 |
2008-11-03 | Add 2 defines for rand() that uses hi-order bits to get slighty better pseudo... | Dennis Friis | 1 | -0/+2 |
2008-11-03 | Do a bit of cleanup I never got around to do, before moving from my repo to s... | Dennis Friis | 176 | -109213/+0 |
2008-11-03 | Set svn:keywords on makefiles. | Dennis Friis | 2 | -2/+2 |
2008-11-02 | * Minor cleanup in login server | Jared Adams | 17 | -36/+76 |
2008-10-31 | Commit Mantis 521: Filter out Halloween `magic' from chat | Jared Adams | 1 | -3/+8 |
2008-10-31 | Fix a bug in magic due to recent restructuring. Patch by fate. | Dennis Friis | 1 | -1/+1 |
2008-10-30 | move spell language documentation into doc directory. | Dennis Friis | 1 | -0/+0 |
2008-10-30 | part 2 of fix for mantis #455; free slots takes into account that you can sta... | Dennis Friis | 1 | -5/+30 |
2008-10-30 | Commit Mantis 519: `pow' function for eAthena scripting | Jared Adams | 1 | -0/+18 |
2008-10-27 | Commit Mantis 518: Monster Oil quest crashes server | Jared Adams | 1 | -2/+2 |
2008-10-26 | Commit Mantis 509 | Jared Adams | 8 | -65/+262 |