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
2021-03-08
[TMW2] Hercules Ultimate Storage System
Jesusaves
1
-0
/
+20
2021-02-15
map_forcountinmap will return 0 if invalid mapindex is provided
Dastgir
1
-1
/
+4
2021-02-15
Add mssing map checks into map.c
Andrei Karas
1
-7
/
+30
2021-02-14
[TMW2 CHERRYPICK] Add NoPet mapflag
Emistry Haoyan
1
-0
/
+13
2020-09-12
This is Hercules v2019.10.20
r12.5_BUGGY
Jesusaves
1
-7
/
+10
2020-09-12
This is Hercules v2019.09.22
Jesusaves
1
-25
/
+23
2019-06-02
Merge pull request #2221 from carloshenrq/nostorage
Haru
1
-0
/
+26
2019-05-06
Move questinfo data from map to npc_data
Asheraf
1
-14
/
+17
2019-05-06
remove duplicated code used to clean map data
Asheraf
1
-87
/
+37
2019-05-05
Implement Refinery UI
Ibrahim Zidan
1
-0
/
+1
2019-05-05
Removal of refine database code from status.c and moving it respectfully to i...
Ibrahim Zidan
1
-0
/
+3
2019-03-07
moving stylist into it's own interface
Asheraf
1
-0
/
+4
2019-01-14
Add support for saving/loading barter shops from sql table.
Andrei Karas
1
-0
/
+2
2018-12-04
Added mapflags 'nostorage' and 'nogstorage'
Carlos Henrique
1
-0
/
+26
2018-11-26
fix map_forcountinmap using block size rather than cell size
gumi
1
-1
/
+1
2018-11-13
use a dedicated zone remove function when reloading zones
gumi
1
-1
/
+23
2018-11-13
Merge pull request #2105 from Helianthella/getunits3
Haru
1
-0
/
+13
2018-11-07
break the loop in buildin_getunits when the max is reached
gumi
1
-0
/
+13
2018-08-01
reload the zone db on npc reload
gumi
1
-0
/
+28
2018-07-24
Implementation of the official Achievement System.
smokexyz
1
-0
/
+4
2018-07-24
Questinfo System overhaul
Asheraf
1
-11
/
+1
2018-07-24
Convert questinfo data into a vector
Asheraf
1
-22
/
+17
2018-07-19
Fixing detecting item id or item name in string.
Andrei Karas
1
-2
/
+2
2018-07-19
Replace item id shorts to int in map server.
Andrei Karas
1
-1
/
+1
2018-07-01
Change functions to static where possible (Part 4 - map)
Haru
1
-183
/
+280
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2018-05-03
Fix overflow in map zones.
Andrei Karas
1
-6
/
+8
2018-04-11
*delwall now give a friendly warning to remind non-existent wall
AnnieRuru
1
-2
/
+3
2018-02-17
New mapcache system
hemagx
1
-102
/
+119
2018-02-12
Fix possible crash in zone change code. Fixes #1971
Andrei Karas
1
-0
/
+2
2018-01-25
Implementation of Official Clan System
Murilo Pereti Tavares
1
-0
/
+18
2017-12-23
Add support for new drop packet 0xadd for zero clients
Asheraf
1
-1
/
+3
2017-10-30
Add monster spawn boss flag for miniboss: miniboss_monster
Andrei Karas
1
-1
/
+1
2017-08-20
Ignore hidden units in the cell stack limit checks
Haru
1
-0
/
+5
2017-07-30
Implementation of RoDEX
KirieZ
1
-0
/
+5
2017-07-27
Fix possible buffer overflows with snprintf.
Andrei Karas
1
-2
/
+2
2016-10-23
Removed the too small max key length limit on the npc_removed_list DBMap
Haru
1
-1
/
+1
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
[next]