summaryrefslogtreecommitdiff
path: root/src/map/skill.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-02-01Remove most other unused mob skills.Ben Longbons1-772/+434
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-6/+1
2013-01-19Remove hard-coded mob stuff, make mode enumBen Longbons1-28/+21
2013-01-17Clean up some things after declassizationBen Longbons1-0/+2
2013-01-17Remove PC/mob disguises and hard-coded classesBen Longbons1-7/+0
2013-01-17Remove all non-NPC skillsBen Longbons1-5450/+79
2013-01-17Begin to trim skills.Ben Longbons1-399/+1
2013-01-08Improve warning management moreBen Longbons1-4/+19
2013-01-08Improve warnings; fix const_db.txt bug.Ben Longbons1-11/+11
2013-01-07Use cxxstdioBen Longbons1-37/+37
2012-12-24Enumify some more things ... maybe even everythingBen Longbons1-230/+256
2012-12-24Remove sending of packets the client can't handleBen Longbons1-260/+5
2012-12-24Purge some unused functionsBen Longbons1-139/+120
2012-12-24Enumify option, opt1, opt2, and opt3Ben Longbons1-88/+109
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-460/+282
2012-12-15Prepare to trim skillsBen Longbons1-567/+877
2012-12-14Some formatting fixes before I go insaneBen Longbons1-2354/+2332
Also delete the French translation from ladmin.
2012-12-12Remove guilds, finallyBen Longbons1-50/+15
If anyone in the future wonders why I did this, just look at how many lines of code this eliminates.
2012-12-05Change some unused int returns to voidBen Longbons1-169/+146
Also clean up a little formatting in script.cpp This is what passes for "minimally invasive" in tmwa ...
2012-10-14Allow negative values for the HP/SP drain percent of the ↵Vincent Petithory1-20/+4
SP_HP_DRAIN_RATE/SP_SP_DRAIN_RATE item bonuses.
2012-09-03Fix compiler errors of C++ conversionBen Longbons1-159/+172
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+12279
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