summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2013-12-17Speed up of several procedures that rely on ERS, _mreallocz ('z'ero)shennetsind5-13/+8
2013-12-16Introducing HPM Support for custom battle confsshennetsind1-1/+5
2013-12-15Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv...shennetsind16-111/+87
2013-12-14Replaced pc->get_group_level with a macro (pc_get_group_level)shennetsind10-65/+56
2013-12-13Follow up b7171479shennetsind1-5/+5
2013-12-12ensuring script_state is clear (as ers reuses memory).shennetsind1-0/+1
2013-12-12Fix core bug issue 7435: When the Storage is openXantara1-0/+5
2013-12-11modified second "infinity loop !" error so that its different from the firstshennetsind1-1/+1
2013-12-17Fixed several compiler warningsHaru25-524/+611
2013-12-17Nullpo cleanupHaru1-14/+8
2013-12-11Corrected some local 'mapindex' variables shadowing the global oneHaru15-41/+40
2013-12-10Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind3-2/+3
2013-12-09Fixed some logic errorsshennetsind12-105/+125
2013-12-09Fixed a crash when casting GN_SPORE_EXPLOSION on certain systems.Haru3-2/+3
2013-12-08Follow up d4a58d24d6bcb23a995d62a3d9f9e7190c054b49shennetsind1-3/+1
2013-12-08Fixed cell basilicashennetsind1-0/+4
2013-12-07Fixed angra manyu aspd base calcshennetsind2-5/+11
2013-12-06HPM: mapindex interfaceshennetsind10-116/+114
2013-12-06Corrected some potential issues in the questlog systemHaru2-5/+6
2013-12-05Improved script builtin function parserHaru2-75/+87
2013-12-04Follow-up to 6e9c385b8fa2fbca97ca23e35f0b8e5dabd13526Haru5-27/+61
2013-12-04Fixed Bug 7883shennetsind1-1/+1
2013-12-04Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind12-252/+450
2013-12-03Questlog fixesHaru11-232/+430
2013-12-03Corrected Steal Coin formulas and battle log messageHaru2-20/+20
2013-12-03Fixed Bug 7542shennetsind3-4/+15
2013-12-02Fixed an uninitialized variable / broken code.Haru2-23/+22
2013-12-02Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind5-206/+280
2013-12-02Fixed Bug 7336 (woo %2)shennetsind1-1/+3
2013-12-01Fixed Bug 7866shennetsind3-7/+10
2013-12-01Changed item Aegis ID and mob Sprite ID lookups to case sensitive.Haru2-5/+5
2013-12-01Changed variables, labels, functions, commands to case sensitive.Haru3-112/+179
2013-12-01Changed builtin keywords in the script engine to case sensitive.Haru3-88/+94
2013-11-30Fixed an issue with assignment operators and expressionsHaru1-2/+3
2013-11-30Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind2-4/+7
2013-11-30Minor adjustmentsshennetsind4-5/+24
2013-11-29Minor improvementshennetsind4-32/+39
2013-11-29Update JOB_REBELLION 'job_db1.txt' to its official values and some mini adjus...malufett1-2/+3
2013-11-29Corrected an uninitialized variable when adding an itemHaru2-2/+4
2013-11-28Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind2-122/+172
2013-11-28Follow up fdb6de1aa34086fd4d22ae127437727f556cea3cshennetsind10-185/+346
2013-11-28Added support for automatic concatenation of adjacent string literalsHaru1-18/+21
2013-11-28Corrected operator precedence table.Haru1-20/+20
2013-11-28Added pre de/increment operators. Fixed post de/increment operators.Haru2-102/+150
2013-11-28Removed meaningless '~=' operator.Haru1-1/+0
2013-11-27Fixed Bug 7858shennetsind4-0/+38
2013-11-27Plugins can now make use of msg_txt()shennetsind2-6/+4
2013-11-27Dropped emperium spawn restrictionsshennetsind5-18/+12
2013-11-27Fixed Bug 7495shennetsind1-0/+4
2013-11-27Fixed Bug 7792shennetsind1-37/+37