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
2006-06-08
- Modified map_freeblock_unlock so that aFree errors will report the file/lin...
skotlex
1
-2
/
+4
2006-06-07
- Removed char_nick2id from char-sql server as it's no longer needed.
skotlex
1
-3
/
+0
2006-05-29
- Fixed pc_readparam/pc_setparam to use battle_status.hp/sp rather than statu...
skotlex
1
-1
/
+1
2006-05-29
[Optimized]
Lance
1
-1
/
+1
2006-05-27
- Added structure status_data which holds status-related information (str, ag...
skotlex
1
-4
/
+3
2006-05-20
* Ammendment: battle_config.skill_sp_override_grffile
Lance
1
-2
/
+4
2006-05-20
* grfio_final moved back (with condition) if any of GRF overriding is enabled...
Lance
1
-6
/
+11
2006-05-20
* grfio_final moved back to do_final since it's used by @reloaditemdb.
Lance
1
-2
/
+2
2006-05-19
- Corrected number of water-ball hits when used by mobs and not consuming del...
skotlex
1
-0
/
+5
2006-05-16
- Added a check to map_searchfreecell to handle the case when no ranges are s...
skotlex
1
-0
/
+7
2006-05-16
- Fire Pillar will now do 200%MATK damage per hit when level is >10.
skotlex
1
-0
/
+3
2006-05-08
- Increased max number of tries to find a random spot in maps to 1000 since s...
skotlex
1
-1
/
+1
2006-05-07
removed old logs
Lupus
1
-3
/
+0
2006-05-05
- Added a npc-script-event cache to avoid looking up event-scripts every time...
skotlex
1
-12
/
+2
2006-05-02
- Modified how Rogue's treasure works so that you get +1% to your steal rate ...
skotlex
1
-0
/
+2
2006-05-01
- Added function map_foreachinshootrange, behaves the same way as map_foreach...
skotlex
1
-1
/
+73
2006-04-29
* Using malloc for memory allocations that doesn't need to be pre-initialized.
Lance
1
-24
/
+18
2006-04-26
- Updated item_db.sql to current.
skotlex
1
-1
/
+1
2006-04-23
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6239 54...
shinomori
1
-1
/
+5
2006-04-19
- Fixed a typo in map_search_freecell which was returning incorrect cells acc...
skotlex
1
-2
/
+2
2006-04-16
- Fixed Magnum break's animation not showing if the fire-elemental bonus did ...
skotlex
1
-2
/
+0
2006-04-16
- Removed water_height.txt reading (since it is always done from the rsw now)
skotlex
1
-44
/
+8
2006-04-16
- Fixed mysql ping setting being in minutes rather than hours.
skotlex
1
-2
/
+2
2006-04-13
- Added an Info message when pinging the SQL servers.
skotlex
1
-3804
/
+3804
2006-04-13
- Changed slave chasing from using unit_walktobl to map_search_freecell + uni...
skotlex
1
-1
/
+1
2006-04-11
- Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ...
skotlex
1
-0
/
+1
2006-04-11
- Fixes to the unit_data update that lets characters auto-chase while attacking.
skotlex
1
-0
/
+2
2006-04-10
- Modified the unit_data structure to handle automatically switching between ...
skotlex
1
-1
/
+1
2006-04-10
- Updated the subnet support to not require specifying the subnet mask, it is...
skotlex
1
-1
/
+1
2006-04-09
* Fixed map_waterheight prefixing extra "data\"
Lance
1
-2
/
+6
2006-04-08
- The IRC bot now reads a configuration file (irc.c) instead of it all being ...
Zido
1
-0
/
+1
2006-04-05
- Added inter config connection_ping_interval which specifies interval in hou...
skotlex
1
-26
/
+32
2006-04-02
- Fixed my fix on multi-map leak thanks to Buuyo^.
Lance
1
-4
/
+3
2006-04-02
Typo fix in map.c
Lance
1
-1
/
+1
2006-04-02
* Loading waterheight aliases from resnametable.txt.
Lance
1
-36
/
+38
2006-03-25
- Incremented the number of iterations to find a random stop to 100 as 50 see...
skotlex
1
-1
/
+1
2006-03-24
- Added function map_search_freecell to locate an available cell around an ar...
skotlex
1
-0
/
+67
2006-03-22
- Merged the unit_data structure from jA for handling unit-related data (atta...
skotlex
1
-220
/
+92
2006-03-22
- status_check_skilluse won't block skill-specific checks (silence, berserk, ...
skotlex
1
-32
/
+59
2006-03-21
Fix on not showing guildmembers logins/logouts messages.
LuzZza
1
-1
/
+1
2006-03-21
warning msg typos fix
Lupus
1
-1
/
+1
2006-03-20
- Small fix to prevent killer/killable states from allowing you to target you...
skotlex
1
-0
/
+2
2006-03-17
- Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb)
skotlex
1
-8
/
+12
2006-03-17
* Final fix on Juperos NPC.
Lance
1
-1
/
+1
2006-03-03
- Fixed compilation error on windows
skotlex
1
-0
/
+8
2006-03-03
- Trick dead now ends on logout
skotlex
1
-0
/
+2
2006-03-03
* IDE error.
Lance
1
-33
/
+0
2006-03-01
- Added sql init for the mapreg handle.
skotlex
1
-3
/
+4
2006-02-22
- Added map chk cells types CELL_CHKREACH and CELL_CHKNOREACH, they are the s...
skotlex
1
-0
/
+2
2006-02-20
- Corrected implementation of Gangster Paradise to just prevent mobs from tar...
skotlex
1
-7
/
+12
[next]