index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-22
Implemented SU_STOOP Skill.
Dastgir Pojee
1
-0
/
+1
2016-09-30
Add different fixes for gcc 7 warnings.
Andrei Karas
1
-3
/
+4
2016-09-18
Removed special handling of "clear" in npc->addsrcfile()
Haru
1
-1
/
+1
2016-09-18
Restored handling of "all" in npc_removed_list
Haru
1
-4
/
+8
2016-09-18
Corrected some issues in the npc_removed_list and map_removed processing
Haru
1
-4
/
+4
2016-09-13
Fixed an error in the scripts_removed.conf processing
Haru
1
-1
/
+1
2016-08-22
Corrected an issue that prevented the map server's database port from being c...
Haru
1
-1
/
+1
2016-08-20
Re-added HPM support for configuration settings
Haru
1
-1
/
+2
2016-08-19
Ported battle.conf to libconfig
Haru
1
-3
/
+4
2016-08-19
Ported socket.conf (was packet.conf) to libconfig
Haru
1
-0
/
+1
2016-08-19
Ported script.conf to libconfig
Haru
1
-3
/
+4
2016-08-19
Ported logs.conf to libconfig
Haru
1
-3
/
+4
2016-08-19
Ported npc config to libconfig
Haru
1
-35
/
+82
2016-08-19
Improved map list loading
Haru
1
-62
/
+45
2016-08-19
Ported map-server.conf to libconfig
Haru
1
-120
/
+329
2016-08-19
Ported inter-server.conf to libconfig
Haru
1
-55
/
+119
2016-07-17
Improve a bit performance in bl_getall_area.
Andrei Karas
1
-27
/
+73
2016-07-12
Various changes to the grfio interface
Haru
1
-1
/
+2
2016-07-12
Interface grfio.c
hemagx
1
-9
/
+9
2016-07-03
Add into travis configure option --enable-buildbot.
Andrei Karas
1
-0
/
+2
2016-06-25
Moved translations template generator to a plugin
Haru
1
-40
/
+0
2016-06-25
Improved the format of the exported .pot translation template
Haru
1
-1
/
+24
2016-04-04
Add missing checks into map.c
Andrei Karas
1
-13
/
+101
2016-03-20
Dropped typedef from DBIterator
Haru
1
-32
/
+33
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-7
/
+9
2016-03-20
Removed unnecessary typedefs from sql.h
Haru
1
-0
/
+1
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-1
/
+1
2016-02-17
Removed unnecessary typedefs from libconfig
Haru
1
-22
/
+22
2016-02-17
Renamed config->read_file to config->load_file
Haru
1
-1
/
+1
2016-01-21
Remove unused PCRE_SUPPORT define.
Andrei Karas
1
-2
/
+0
2016-01-06
Fix null pointer access after previous commits.
Andrei Karas
1
-4
/
+8
2016-01-06
Replaced the remaining explicit casts with BL_CAST/BL_UCAST
Haru
1
-13
/
+25
2016-01-06
Replaced some explicit casts with BL_UCAST
Haru
1
-8
/
+8
2016-01-06
Replaced some map->id2sd calls with the proper map->id2XX function
Haru
1
-31
/
+164
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-5
/
+7
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-15
/
+13
2016-01-06
Change all TBL_NPC to struct npc_data as per style guidelines
hemagx
1
-4
/
+6
2016-01-06
Change all TBL_MOB to struct mob_data as per strly guidelines
hemagx
1
-4
/
+2
2016-01-06
Change all TBL_PC to struct map_session_data as per style guidelines
hemagx
1
-17
/
+13
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-12-15
Added GPL information on interactive server startup
Haru
1
-0
/
+2
2015-12-15
Fixed some too long char buffer initializers.
Florian Wilkemeyer
1
-8
/
+12
2015-12-06
Added backtrace in case an invalid race is passed to map_race_id2mask
Haru
1
-0
/
+2
2015-12-06
Refactored/fixed race handling for bonuses that store it as a bitmask
Haru
1
-0
/
+32
2015-11-14
Changed struct map_session_data::queues into a VECTOR and renamed to ::script...
Haru
1
-5
/
+5
2015-11-14
Renamed hQueue/hQueueIterator/hQueueOpt to latest standards
Haru
1
-3
/
+3
2015-10-22
Removed support for the deprecated SQL item, mob, mob_skill databases.
Haru
1
-61
/
+1
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-10-17
Fix crash while removing invisible wall.
Andrei Karas
1
-1
/
+1
2015-10-11
Cleanup of the HPluginData implementation (second part)
Haru
1
-2
/
+1
[next]