Age | Commit message (Expand) | Author | Files | Lines |
2018-07-01 | Change functions to static where possible (Part 4 - map) | Haru | 1 | -38/+69 |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 |
2017-11-05 | Fix/clarify various incorrect modulo operations | Haru | 1 | -1/+1 |
2016-12-03 | Remove the platform-dependent variables from struct status_data | Haru | 1 | -2/+2 |
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 1 | -1/+1 |
2016-02-28 | Changed mob mode field to 32 bit, for future expansion | Haru | 1 | -12/+23 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -1/+2 |
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 1 | -1/+2 |
2015-12-28 | Added elemental_id enum, replaced numeric elemental IDs with enum members | Haru | 1 | -21/+25 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-04 | Add missing checks to elemental.c | Andrei Karas | 1 | -3/+13 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -11/+10 |
2015-08-15 | Added core HPM interface | Haru | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-07-25 | Reduce memory usage in HPM in skill.c | Andrei Karas | 1 | -2/+2 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -30/+30 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -1/+1 |
2015-05-17 | Fixed some issues detected by coverity scan | Haru | 1 | -2/+2 |
2015-01-18 | Fixing 38 issues | shennetsind | 1 | -0/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -17/+24 |
2014-08-29 | Fix status def calculation (bug:8306) | Michieru | 1 | -0/+3 |
2014-08-02 | Fixed several issues with SO_EL_SYMPATHY | Haru | 1 | -29/+33 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -2/+2 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -1/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -26/+28 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -28/+26 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -26/+28 |
2013-11-06 | Merge pull request #217 from HerculesWS/script-checker | shennetsind | 1 | -1/+4 |
2013-11-06 | Modified status_calc_ | shennetsind | 1 | -1/+1 |
2013-11-05 | Introducing the Hercules Standalone Script Syntax Checker | Haru | 1 | -1/+4 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -7/+7 |
2013-10-02 | HPM: Map.c Completed | shennetsind | 1 | -1/+1 |
2013-09-27 | HPM: Elemental.c Completed | shennetsind | 1 | -42/+60 |
2013-09-27 | HPM: Skill.c Completed | shennetsind | 1 | -2/+2 |
2013-09-27 | Renamed iMap interface to map | Haru | 1 | -11/+11 |
2013-09-27 | Renamed iStatus interface to status | Haru | 1 | -7/+7 |
2013-09-25 | Renamed local variables that would conflict with a rename of iStatus to status | Haru | 1 | -30/+30 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -11/+11 |
2013-09-16 | HPM: Npc.c Interface | shennetsind | 1 | -1/+1 |
2013-09-16 | HPM: Unit.c Interface | shennetsind | 1 | -984/+985 |
2013-07-29 | Added intif interface | Susu | 1 | -2/+2 |
2013-07-29 | Added elemental interface | Susu | 1 | -944/+984 |
2013-07-04 | - Added interface iStatus (needed to renamed it because A LOT of variables ar... | Susu | 1 | -7/+7 |
2013-06-08 | Follow up d73783f22b2bb881aab74524d153d89a5932a199 | shennetsind | 1 | -1/+1 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -34/+33 |
2013-03-29 | Hercules Renewal: clif.c | shennetsind | 1 | -9/+9 |
2013-03-02 | Hercules Renewal: skill.c | shennetsind | 1 | -11/+11 |
2013-03-01 | Hercules Renewal: battle.c | shennetsind | 1 | -7/+7 |
2013-02-16 | Updating the Headers across source files | shennetsind | 1 | -1/+1 |