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
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
2015-11-14
Standardized script-queue related commands
Haru
1
-20
/
+21
2015-11-14
Refactored the script queue system
Haru
1
-185
/
+333
2015-11-14
Renamed hQueue/hQueueIterator/hQueueOpt to latest standards
Haru
1
-19
/
+19
2015-11-14
Changed script->hq and script->hqi into VECTOR type
Haru
1
-91
/
+85
2015-11-14
Corrected an issue causing queue iterators not to return their last value
Haru
1
-9
/
+21
2015-10-24
Merge pull request #751 from dastgir/script_doc
Dastgir
1
-1
/
+1
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-10-01
Split function set_reg and get_val into functions based on variable types.
Andrei Karas
1
-88
/
+144
2015-09-28
Added Missing ScriptCommands in the doc.
Dastgir
1
-1
/
+1
2015-09-25
More aggressive whitespace cleanup. Follow up to 51329e6
Haru
1
-221
/
+156
2015-09-24
Fix script command checkcell without player attached.
Andrei Karas
1
-2
/
+1
2015-09-24
Add bl parameter to map_searchrandfreecell and map_addflooritem.
Andrei Karas
1
-8
/
+8
2015-09-24
Add bl parameter to getcell functions.
Andrei Karas
1
-2
/
+3
2015-09-18
Clarified the intent of several assignments inside conditional expressions
Haru
1
-8
/
+8
2015-09-18
Clarified intent in various side-effect assignments
Haru
1
-15
/
+15
2015-09-08
Fixed some memory leaks in code using libconfig
Haru
1
-0
/
+1
2015-09-06
Fixed compilation error.
Emistry
1
-1
/
+2
2015-09-06
Revert "Revert "Updated getwaitingroomstate() script command.""
Emistry
1
-1
/
+15
2015-09-06
Revert "Updated getwaitingroomstate() script command."
Emistry
1
-15
/
+1
2015-09-06
Updated getwaitingroomstate() script command.
Emistry
1
-1
/
+15
2015-08-31
npctalk support extra npc name parameter.
Emistry
1
-2
/
+10
2015-08-18
Fixed a qiget/qicheck crash in queue iterators
Haru
1
-2
/
+2
2015-08-15
HPM compatibility improvements
Haru
1
-0
/
+1
2015-08-15
Moved session array into the socket interface
Haru
1
-3
/
+3
2015-08-15
Cleaned up socket interface
Haru
1
-1
/
+1
2015-08-10
Add script interface function run_pet. It do same thing as run.
Andrei Karas
1
-0
/
+1
2015-08-10
Add script interface function run_npc. It do same thing as run.
Andrei Karas
1
-1
/
+2
2015-08-10
Move unequip item script function call into function script_run_item_unequip_...
Andrei Karas
1
-0
/
+17
2015-08-10
Move equip item script function call into function script_run_item_equip_script.
Andrei Karas
1
-0
/
+17
2015-08-10
Move use item script function call into function script_run_use_script.
Andrei Karas
1
-2
/
+19
[next]