Age | Commit message (Expand) | Author | Files | Lines |
2009-01-31 | When running out of spell charges, make sure to use spell attack delay for la... | Fate | 4 | -7/+31 |
2009-01-31 | Change the icon parameter for installing attack spells to report status updates | Fate | 1 | -12/+6 |
2009-01-31 | Add functionality for healer XP handling | Fate | 6 | -1/+74 |
2009-01-31 | Fix to yesterday's fix | Fate | 1 | -2/+2 |
2009-01-31 | Fix some compile errors | Jared Adams | 1 | -45/+45 |
2009-01-31 | Misc. fixes and attempted fixes to extant bugs | Fate | 1 | -3/+19 |
2009-01-26 | Add a new monster mode to the magic system: frozen | Jared Adams | 1 | -0/+5 |
2009-01-23 | Allow getitemname to take a string | Jared Adams | 1 | -7/+17 |
2009-01-19 | Fix NPC string input to read the amount claimed | Jared Adams | 1 | -2/+5 |
2009-01-12 | Fixed support for the "hide" spell | Fate | 1 | -0/+1 |
2009-01-11 | Report misses if an injure operation has an effect of zero | Fate | 1 | -6/+4 |
2009-01-11 | Added setskill script command to set skill levels permanently. | Fate | 1 | -0/+22 |
2009-01-10 | Reserved another status change for the new "hide" spell | Fate | 3 | -0/+7 |
2009-01-10 | Added `isat' scripting command | Fate | 1 | -0/+26 |
2009-01-05 | Adjust death penalty to not apply below level 20 | Jared Adams | 1 | -2/+2 |
2009-01-04 | Fix a type bug in exp formula and add modified exp | Jared Adams | 1 | -1/+2 |
2009-01-03 | Add a function to calculate mob exp based on stats | Jared Adams | 1 | -0/+23 |
2009-01-01 | alter death penalties so novices are affected | Jared Adams | 1 | -1/+1 |
2008-12-30 | Added OnPCDieEvent and OnPCKillEvent label support | Fate | 4 | -12/+39 |
2008-12-28 | Add a fuction to add a timer to all PCs in an area | Jared Adams | 1 | -2/+40 |
2008-12-28 | Remove some stuff that isn't needed anymore | Jared Adams | 1 | -10/+0 |
2008-12-25 | Remove some unused skill stuff | Jared Adams | 5 | -567/+23 |
2008-12-12 | Added @hugo and @linus commands for iterating over logged-in players | Fate | 5 | -2/+146 |
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 | 7 | -37/+210 |
2008-11-29 | Added SLang function `is_dead' | Fate | 1 | -0/+9 |
2008-11-29 | Added SLang commands `map_level', `map_nr', `dir_towards' | Fate | 1 | -3/+76 |
2008-11-29 | SLang: Added `sqrt' function, permit looping over NPCs | Fate | 8 | -668/+697 |
2008-11-29 | Added bitwise negation operator `neg' | Fate | 1 | -0/+8 |
2008-11-29 | Added SLang operations `is_exterior', `strstr', `substr', `contains_string', ... | Fate | 1 | -0/+60 |
2008-11-24 | Merge branch 'master' of git@gitorious.org:tmw-eathena/mainline | Fate | 26 | -6644/+6644 |
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 | 5 | -0/+34 |
2008-11-24 | Converted some DOS newlines to UNIX | Bjørn Lindeijer | 26 | -6644/+6644 |
2008-11-23 | Magic: looping over spells, spell field access, is-equipped check | Fate | 11 | -849/+955 |
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 | 8 | -942/+988 |