Age | Commit message (Expand) | Author | Files | Lines |
2015-03-15 | Follow up 330e31cc71ece055908acb1eb967b4009ebc9c46 | shennetsind | 1 | -0/+1 |
2015-02-23 | Hercules Ultimate Localization Design | shennetsind | 1 | -6/+22 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -38/+37 |
2015-01-18 | Fixing 38 issues | shennetsind | 1 | -2/+1 |
2015-01-17 | 27 Fixes | shennetsind | 1 | -1/+1 |
2015-01-17 | Another ~10 Fixes | shennetsind | 1 | -1/+2 |
2015-01-02 | Add npcdb_checkid to npc interface. | Andrei Karas | 1 | -1/+9 |
2015-01-01 | Merge pull request #425 from 4144/fixes | Haruna | 1 | -11/+13 |
2014-12-31 | Remove useless checks. | Andrei Karas | 1 | -3/+3 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -8/+10 |
2014-12-31 | fix for bug http://hercules.ws/board/tracker/issue-8483-map-crash/ | Andrei Karas | 1 | -0/+6 |
2014-12-16 | If player left npc, call onUnTouch event. | Andrei Karas | 1 | -1/+8 |
2014-12-16 | Add function what called if player leave npc area. | Andrei Karas | 1 | -0/+11 |
2014-12-16 | Add function what call OnUntouch event. | Andrei Karas | 1 | -2/+14 |
2014-12-16 | Fix script error termination if already running script continue from very far... | Andrei Karas | 1 | -1/+1 |
2014-12-15 | add npc area size field. | Andrei Karas | 1 | -6/+13 |
2014-11-28 | Add function for create npc. | Andrei Karas | 1 | -39/+21 |
2014-11-27 | Fix npc->parse_unknown_object usage. | Andrei Karas | 1 | -1/+1 |
2014-11-27 | Add function for parse or report about unknown object in parsing script file. | Andrei Karas | 1 | -3/+10 |
2014-11-27 | Add function for parse/report unknown map flag. | Andrei Karas | 1 | -2/+10 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -23/+26 |
2014-10-28 | Removed some temporary case-check error messages. | Haru | 1 | -1/+1 |
2014-10-28 | Removed some temporary case-check error messages. | Haru | 1 | -19/+0 |
2014-10-25 | Added some missing variable initializations | Haru | 1 | -6/+6 |
2014-10-23 | Improved bindatcmd handling of spaces in parameters. | Haru | 1 | -20/+22 |
2014-10-18 | Renamed DeprecationWarning to DeprecationCaseWarning, since that's what it is... | Haru | 1 | -11/+11 |
2014-09-20 | Fixed Bug 8272 | shennetsind | 1 | -1/+1 |
2014-09-20 | Fixed Bug 8301 | shennetsind | 1 | -2/+6 |
2014-09-08 | Fix on start possible buffer overruns. | Andrei Karas | 1 | -1/+1 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -3/+4 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -1/+1 |
2014-06-28 | Changes in npc_parse_shop in order to fit documentation standard, now an unli... | panikon | 1 | -7/+29 |
2014-06-28 | Changes in npc_parsefile in order to decrease the number of unecessary calls ... | panikon | 1 | -11/+16 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -5/+5 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -2/+2 |
2014-05-10 | Follow-up to 5f1529083ad1f35a3ac66cc041ee74d6db2f3552 | Haru | 1 | -1/+5 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -27/+30 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -30/+27 |
2014-05-10 | Optimized THQS_TTShop.txt and corrected a minor mistake | panikon | 1 | -8/+7 |
2014-05-10 | Small changes in npc loading/reloading | panikon | 1 | -52/+53 |
2014-05-09 | Added documentation regarding trader objects in script_commands.txt | panikon | 1 | -30/+30 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -27/+30 |
2014-05-09 | Return EXIT_FAILURE if a script parse error occurred. | Haru | 1 | -95/+144 |
2014-05-06 | Bug fixes and other changes | panikon | 1 | -3/+18 |
2014-04-12 | Fixed some compiler/analyzer warnings. | Haru | 1 | -2/+1 |
2014-04-11 | Fixed issue: 7694 | panikon | 1 | -4/+9 |
2014-04-10 | Fixed issue: 8140 | panikon | 1 | -0/+7 |
2014-04-02 | Added UTF-8 BOM detection | Haru | 1 | -0/+12 |
2014-03-14 | Added internal awareness of active script instances | shennetsind | 1 | -7/+9 |
2014-03-05 | Ref redesign, part 2 | Haru | 1 | -3/+2 |