summaryrefslogtreecommitdiff
path: root/src/map/script.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-27Force timers to be managedBen Longbons1-8/+5
2013-04-13Fix error in "return" script commandBen Longbons1-4/+7
2013-04-11Also implement x32 supportBen Longbons1-29/+17
2013-04-09Change script call/ret code to avoid evil castingBen Longbons1-8/+45
2013-03-21Restore shop script functionBen Longbons1-1/+19
2013-03-01Convince skills to workBen Longbons1-13/+11
2013-02-23Replace struct dbt with typesafe std::map wrappersBen Longbons1-71/+44
2013-02-12Replace mt_rand with <random>Ben Longbons1-37/+13
2013-02-12Strictify timersBen Longbons1-31/+36
2013-02-07Remove some macrosBen Longbons1-30/+35
2013-02-07Remove some more Skill-related stuffBen Longbons1-9/+0
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-6/+4
2013-01-17Clean up some things after declassizationBen Longbons1-5/+8
2013-01-17Remove PC/mob disguises and hard-coded classesBen Longbons1-4/+0
2013-01-17Remove all non-NPC skillsBen Longbons1-10/+1
2013-01-09Make incoming packets read-onlyBen Longbons1-3/+4
2013-01-08Improve warning management moreBen Longbons1-3/+9
2013-01-08Improve warnings; fix const_db.txt bug.Ben Longbons1-6/+13
2013-01-07Add warning newlines; fix crash on exit.Ben Longbons1-0/+6
2013-01-07Use cxxstdioBen Longbons1-172/+127
2012-12-24Enumify some more things ... maybe even everythingBen Longbons1-58/+49
2012-12-24Remove sending of packets the client can't handleBen Longbons1-3/+0
2012-12-24Remove unused script functionsBen Longbons1-1771/+13
2012-12-24Minor script.cpp tweakageBen Longbons1-387/+391
2012-12-24Purge some unused functionsBen Longbons1-185/+189
2012-12-24Enumify option, opt1, opt2, and opt3Ben Longbons1-9/+5
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-163/+119
2012-12-15Prepare to trim skillsBen Longbons1-38/+35
2012-12-14Some formatting fixes before I go insaneBen Longbons1-1795/+1773
2012-12-12Remove guilds, finallyBen Longbons1-658/+25
2012-12-05Add getmapflag script functionv12.12.5Ben Longbons1-0/+74
2012-12-05Change some unused int returns to voidBen Longbons1-1241/+810
2012-12-01Add getmap script function, since I found a use for it.Ben Longbons1-2/+18
2012-10-05Fix getarraysize on string arrays.Ben Longbons1-1/+1
2012-09-03Fix compiler errors of C++ conversionBen Longbons1-689/+635
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+8145