Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-30 | Rename files for C++ conversion. Does not compile. | Ben Longbons | 1 | -5070/+0 | |
After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add <file>..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h | |||||
2012-08-07 | Disable splash damage in towns | Ben Longbons | 1 | -1/+1 | |
2012-07-06 | Make mob splash range configurable | Ben Longbons | 1 | -2/+5 | |
2012-07-06 | Make all mobs do radius-0 splash damage. | Ben Longbons | 1 | -0/+15 | |
2011-04-03 | Fix some more compiler warnings | Ben Longbons | 1 | -303/+297 | |
2011-03-24 | Optimize common objects, and adjust other objects accordingly. | Ben Longbons | 1 | -106/+77 | |
Major changes still need to be made to each of the servers. | |||||
2011-03-16 | Use makefiles correctly and expand include dirs | Ben Longbons | 1 | -5/+5 | |
2011-03-02 | Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ↵ | Ben Longbons | 1 | -148/+148 | |
tildes. | |||||
2010-10-09 | Add "master" target for mob skill use | remoitnane | 1 | -7/+28 | |
2010-07-06 | Add new map flag and condition for mob skills | remoitnane | 1 | -0/+5 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2009-12-26 | Used the "indent" C formatting program from GNU to do some clean ups | Chuck Miller | 1 | -3562/+4315 | |
The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl | |||||
2009-11-22 | Fix a segfault when the master of a summoned monster is not online | Freeyorp | 1 | -1/+1 | |
2009-10-15 | Merge remote branch 'taw/master' | Jared Adams | 1 | -10/+31 | |
2009-10-10 | Better logging, initial job experience gathering, naming fixes to the skill ↵ | Fate | 1 | -5/+13 | |
script commands | |||||
2009-09-30 | Merge branch 'master' of git://gitorious.org/tmw-eathena/mainline | MadCamel | 1 | -1/+1 | |
2009-09-26 | Fix a bug in mob exp determination | Jared Adams | 1 | -1/+1 | |
2009-09-16 | Modified AI so mob stop walking to their target's last location when the ↵ | MadCamel | 1 | -9/+30 | |
target is gone This should help stop pileups at doors and make battle a bit more interesting | |||||
2009-09-16 | Found and replaced more calls to rand() | MadCamel | 1 | -1/+1 | |
2009-09-11 | Added mapserver config option log_file to specify gzipped player action log file | Fate | 1 | -0/+2 | |
2009-07-07 | Fixes to socket system to make it cope better with fd depletion. | Dennis Friis | 1 | -8/+8 | |
Also added timeout for fullconnect, secured map server from stateless connections. | |||||
2009-05-14 | Fine-tuned poison: lower HP further and slow down health item regeneration | Fate | 1 | -2/+2 | |
2009-03-08 | Strip some more out | Jared Adams | 1 | -150/+1 | |
2009-03-08 | Remove pet and vending systems | Jared Adams | 1 | -35/+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 | |
The formula is as close to radiant's as I can get. It only applies if mobs have 0 exp set. | |||||
2008-12-05 | Finished bounding XP boni by absolute values | Fate | 1 | -2/+19 | |
2008-12-05 | Added table of absolute change to ensure that mob stat mutations are ↵ | Fate | 1 | -0/+27 | |
significant before computing XP modifier | |||||
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 | 1 | -13/+169 | |
2008-11-03 | Convert src/map/mob.c to use RAND macros since testing of first conversion ↵ | Dennis Friis | 1 | -51/+51 | |
went well. Testing of this conversion seems to go equally good so far. | |||||
2008-10-12 | Don't forget to check 'src' for 0, as is done later on as well | Bjørn Lindeijer | 1 | -1/+1 | |
2008-10-11 | Commit magic patch v13 | Jared Adams | 1 | -1/+10 | |
2008-09-28 | Commit Mantis 440: eAthena patch to strip whitespace from item and monster DBs | Jared Adams | 1 | -0/+1 | |
2008-04-02 | initial checkin | Dennis Friis | 1 | -0/+4216 | |