Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-15 | Remove unused code for obscuring spell invocations | remoitnane | 1 | -15/+0 | |
Signed-off-by: Chuck Miller <shadowmil@gmail.com> | |||||
2010-08-14 | Eliminate a slow memory leak in the magic system | remoitnane | 1 | -0/+2 | |
2009-12-26 | Used the "indent" C formatting program from GNU to do some clean ups | Chuck Miller | 1 | -99/+105 | |
The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl | |||||
2009-09-26 | Initial support for skill pools (available via at commands and | Fate | 1 | -5/+3 | |
untested scripting commands.) These changes also affect the format of the skill_db.txt file. | |||||
2009-09-22 | Spellcasting disallowed while @hide is active | Fate | 1 | -0/+2 | |
2009-09-11 | Added mapserver config option log_file to specify gzipped player action log file | Fate | 1 | -0/+6 | |
2009-08-29 | Added MadCamel's patch for allowing colons in character names for spellcasters | Fate | 1 | -1/+1 | |
2009-06-20 | Don't allow magic casts when player is dead. | Dennis Friis | 1 | -0/+3 | |
2009-01-31 | Removed some debug output from magic | Fate | 1 | -1/+0 | |
2009-01-31 | Zap spell dependences of status changes when resetting character info (after ↵ | Fate | 1 | -0/+1 | |
dying) | |||||
2008-11-23 | Magic: looping over spells, spell field access, is-equipped check | Fate | 1 | -1/+1 | |
2008-11-22 | Added NONMAGIC flag to distinguish `keyword' operations (such as `marry') ↵ | Fate | 1 | -1/+7 | |
from regular spells (keywords don't require spellcasting ability) | |||||
2008-11-02 | * Minor cleanup in login server | Jared Adams | 1 | -2/+2 | |
* Char server now records client version and reports it to map server * Map server will now report all skills (even ones with dangerous indices) for client version 1 and above * Use status change val1 (instead of val2) index for speed potions, so that they can be triggered more easily from within scripts * Item database now also keeps track of the effect that items have on the spower stat * spower is now based on level + int*2 + modifier (see last point) * Minor bugfixes in support functionality for the SLang interpreter - Do not restart the map server without also restarting the char server, as the interserver protocol has changed slightly! (patch by fate) | |||||
2008-10-31 | Fix a bug in magic due to recent restructuring. Patch by fate. | Dennis Friis | 1 | -1/+1 | |
2008-10-26 | Commit Mantis 509 | Jared Adams | 1 | -1/+7 | |
2008-10-11 | Commit magic patch v13 | Jared Adams | 1 | -0/+116 | |