summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2008-12-11Added @invisible and @visible GM commandsFate4-1/+76
2008-12-07Report all status changesFate3-2/+13
2008-12-05Merge branch 'master' into expFate1-15/+35
2008-12-05Rotate logs by year and month, tag log messages by GM locationFate1-15/+35
2008-12-05Finished bounding XP boni by absolute valuesFate1-2/+19
2008-12-05Merge branch 'master' into expFate5-5/+85
2008-12-05Added table of absolute change to ensure that mob stat mutations are signific...Fate2-56/+27
2008-12-03Replaced use of rand()%range by peavey's MRAND() macro after complaints about...Fate2-3/+3
2008-12-03GM commands can now be logged (specify a filename as gm_log in map_athena.con...Fate4-2/+82
2008-12-03Award 200% / 250% ... / 300% for two to six combatants against the same monsterFate1-2/+11
2008-12-01Added mutations to mobs (must change mob_db.txt)Fate7-37/+210
2008-11-29Added SLang function `is_dead'Fate1-0/+9
2008-11-29Added SLang commands `map_level', `map_nr', `dir_towards'Fate1-3/+76
2008-11-29SLang: Added `sqrt' function, permit looping over NPCsFate8-668/+697
2008-11-29Added bitwise negation operator `neg'Fate1-0/+8
2008-11-29Added SLang operations `is_exterior', `strstr', `substr', `contains_string', ...Fate1-0/+60
2008-11-24Merge branch 'master' of git@gitorious.org:tmw-eathena/mainlineFate2-174/+174
2008-11-24Better handling of an invocation vanishing during a magic statement (should n...Fate1-1/+12
2008-11-24Fixed looping over spellsFate4-21/+48
2008-11-24Fixed is_equipped() and count_item() operations after last refactoringFate1-4/+15
2008-11-24Added spell_index and is_equipped operations, permitted coercions from invoca...Fate5-0/+34
2008-11-24Converted some DOS newlines to UNIXBjørn Lindeijer2-174/+174
2008-11-23Magic: looping over spells, spell field access, is-equipped checkFate11-849/+955
2008-11-22Recompute character status after `nude' script commandFate1-2/+3
2008-11-22Added NONMAGIC flag to distinguish `keyword' operations (such as `marry') fro...Fate8-942/+988
2008-11-10* Adjusted the GM @charbaselvl command to set base experience to zero when lo...Fate5-11/+104
2008-11-08* Change SLang interpreter time handling to be universally unsignedFate2-7/+11
2008-11-08* Changed @setmagic parameter sequence (character name now goes last) to bett...Fate1-2/+2
2008-11-03Convert src/map/mob.c to use RAND macros since testing of first conversion we...Dennis Friis1-51/+51
2008-11-03Correct src/map/battle.c to use new clarified macro.Dennis Friis1-6/+6
2008-11-03Convert src/map/battle.c to use RAND macros, should give a more balanced game...Dennis Friis1-65/+65
2008-11-02* Minor cleanup in login serverJared Adams15-32/+60
2008-10-31Commit Mantis 521: Filter out Halloween `magic' from chatJared Adams1-3/+8
2008-10-31Fix a bug in magic due to recent restructuring. Patch by fate.Dennis Friis1-1/+1
2008-10-30part 2 of fix for mantis #455; free slots takes into account that you can sta...Dennis Friis1-5/+30
2008-10-30Commit Mantis 519: `pow' function for eAthena scriptingJared Adams1-0/+18
2008-10-27Commit Mantis 518: Monster Oil quest crashes serverJared Adams1-2/+2
2008-10-26Commit Mantis 509Jared Adams7-63/+243
2008-10-26Commit Mantis 513Jared Adams2-4/+5
2008-10-25Commit Mantis 504Jared Adams2-2/+9
2008-10-23oops, fix condition logic since I borrowed this from code that checks used sl...Dennis Friis1-1/+1
2008-10-23Fix for mantis #455 - Make sure trades do not overflow inventory slots.Dennis Friis1-1/+17
2008-10-23Commit Mantis tasks 486 and 460Jared Adams5-60/+119
2008-10-15Make it easier to use NPCs without namesJared Adams1-0/+6
2008-10-12Fix drop logic inversionJared Adams1-20/+40
2008-10-12Don't forget to check 'src' for 0, as is done later on as wellBjørn Lindeijer1-1/+1
2008-10-12Commit latest patch from Mantis 430Jared Adams1-5/+9
2008-10-11Commit magic patch v13Jared Adams36-154/+11748
2008-10-09Don't forget to check whether the item owner is still aroundBjørn Lindeijer1-0/+4
2008-10-06Accepted patch by Sanga that disables automatically moving charactersBjørn Lindeijer2-1/+13