index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-25
Added source support for special comments in the constdb
Haru
1
-7
/
+33
2016-01-16
Removed Hard Coded data for SC_ALL_RIDING.
Jedzkie
1
-1
/
+1
2016-01-16
set_constant the LOOK_ constants
AnnieRuru
1
-0
/
+16
2016-01-16
Add EQP_ = Equipment Position constants
AnnieRuru
1
-0
/
+23
2016-01-13
Added support to mark constants in db/constants.conf as deprecated
Haru
1
-91
/
+106
2016-01-13
Converted const.txt to libconfig format
Haru
1
-22
/
+50
2016-01-12
Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)
Haru
1
-2
/
+2
2016-01-12
Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag impl...
Haru
1
-2
/
+2
2016-01-06
Replaced the remaining explicit casts with BL_CAST/BL_UCAST
Haru
1
-6
/
+14
2016-01-06
Replaced some explicit casts with BL_UCAST
Haru
1
-26
/
+32
2016-01-06
Replaced some map->id2sd calls with the proper map->id2XX function
Haru
1
-98
/
+96
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-38
/
+97
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-5
/
+6
2016-01-06
Change all TBL_NPC to struct npc_data as per style guidelines
hemagx
1
-37
/
+38
2016-01-06
Change all TBL_PET to struct pet_data as per style guidelines
hemagx
1
-3
/
+3
2016-01-06
Change all TBL_MER to struct mercenary_data as per style guidelines
hemagx
1
-2
/
+2
2016-01-06
Change all TBL_HOM to struct homun_data as per style guidelines
hemagx
1
-1
/
+1
2016-01-06
Change all TBL_MOB to struct mob_data as per strly guidelines
hemagx
1
-8
/
+9
2016-01-06
Change all TBL_PC to struct map_session_data as per style guidelines
hemagx
1
-483
/
+396
2016-01-05
Add *swap script command
AnnieRuru
1
-0
/
+71
2016-01-05
Fixed an unused variable warning
Haru
1
-2
/
+0
2016-01-05
Added Support for BodyStyle
Dastgir
1
-0
/
+1
2016-01-05
Merge pull request #1053 from Jedzkie/Transformation_Scrolls_Update
Dastgir
1
-2
/
+0
2016-01-05
Removal of Hard coded showscript command for Monster Transform.
Jedzkie
1
-2
/
+0
2016-01-03
Fix *getitem2 and @item2 refine bug.
Emistry
1
-1
/
+1
2015-12-28
Standardized (source) mob_id enum
Haru
1
-1
/
+1
2015-12-26
Add *setgroupid script commands.
Emistry
1
-0
/
+25
2015-12-25
Fix various ShowWarning that doesn't tell the source of the error
AnnieRuru
1
-7
/
+7
2015-12-25
Implemented NoViewID
Dastgir
1
-0
/
+3
2015-12-22
Throw error when variable name length too long
AnnieRuru
1
-0
/
+14
2015-12-22
Update *dispbottom script command to allow 0xRRGGBB color
AnnieRuru
1
-9
/
+21
2015-12-22
Update *message script command to allow to use account ID
AnnieRuru
1
-8
/
+13
2015-12-20
*explode return array size.
Emistry
1
-0
/
+2
2015-12-20
Fixed a memory leak in the explode script command
Haru
1
-18
/
+16
2015-12-20
Fix the *getcharip
AnnieRuru
1
-6
/
+13
2015-12-20
Fix certain script command report source npc twice if player not attached
AnnieRuru
1
-146
/
+136
2015-12-20
Change map->nick2sd into script>nick2sd
AnnieRuru
1
-47
/
+46
2015-12-20
Change map->charid2sd into script->charid2sd
AnnieRuru
1
-12
/
+11
2015-12-20
Change map->id2sd into script->id2sd
AnnieRuru
1
-37
/
+33
2015-12-20
Add script->id2sd function to throw error properly if player not found
AnnieRuru
1
-0
/
+33
2015-12-18
Add *getunittype and update *getmapxy
AnnieRuru
1
-26
/
+91
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-12-15
Fixed some too long char buffer initializers.
Florian Wilkemeyer
1
-3
/
+3
2015-12-13
Fix double source script warning in-case of invalid battle config flag requested
hemagx
1
-1
/
+0
2015-12-13
- Fixed #723 now it's possible to retrieve Battle Config Settings from plugin...
Your Name
1
-1
/
+13
2015-11-21
This reverts commit 3eb8f6cc123835fae6bbd847f02cdd45fcfccd60.
AnnieRuru
1
-2
/
+2
2015-11-21
Fix getitem/getitem2 give stacked items when ForceSerial on (#703)
AnnieRuru
1
-2
/
+2
2015-11-14
Changed struct map_session_data::queues into a VECTOR and renamed to ::script...
Haru
1
-12
/
+8
2015-11-14
Changed struct script_queue_iterator::item into a VECTOR and Renamed to ::ent...
Haru
1
-16
/
+20
2015-11-14
Changed struct script_queue::item into a VECTOR and Renamed to ::entries
Haru
1
-83
/
+43
[next]