index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
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
2007-02-26
- indent cleanups
skotlex
1
-0
/
+2
2007-02-12
- Corrected range of self destruction / bio explosion to be equal to their sp...
skotlex
1
-0
/
+2
2007-02-08
- Added code for SQL that will automatically detect the ping interval at star...
ultramage
1
-30
/
+45
2007-02-07
- Removed deprecated console code.
FlavioJS
1
-3
/
+3
2007-02-05
Removed the silly and misleading 'firewall detected' message
ultramage
1
-2
/
+0
2007-01-29
- Readded grfio_final to the map_server.
skotlex
1
-0
/
+3
2007-01-27
Removed useless read-from-GRF features
DracoRPG
1
-17
/
+0
2007-01-08
- Added a precompiler error when the shutdown defines are not found.
FlavioJS
1
-17
/
+27
2007-01-07
Undid the memset->malloc_set replacement
ultramage
1
-3
/
+3
2007-01-07
- re-added the duplicit nj/gs name messages in msg_athena
ultramage
1
-1
/
+1
2007-01-03
- Fixed FIFO defines in TURBO mode.
FlavioJS
1
-1
/
+1
2006-12-06
- Cleaned up the implementation of map_foreachinmovearea so that the number o...
skotlex
1
-26
/
+43
2006-12-03
- Made ers double frees report as missing entries on destruction.
FlavioJS
1
-3
/
+1
2006-11-24
- The check that blocks the skill AL_TELEPORT on noteleport maps will be over...
skotlex
1
-5
/
+1
2006-11-22
- Modified slaves_inherit_speed and slaves_inherit_mode so you get better con...
skotlex
1
-1
/
+1
2006-11-22
- Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff i...
skotlex
1
-2
/
+2
2006-11-17
- Updated map_quit to handle removing of players who are not even authenticat...
skotlex
1
-4
/
+8
2006-11-16
* Edited atcommand and charcommand syntax. Now it doesn't need the useless ch...
Lance
1
-3
/
+2
2006-11-09
- Fixed Desperado's hit-rate.
skotlex
1
-3
/
+3
2006-11-08
- Moved the duel functions to pc.c since they are so totally out of place in ...
skotlex
1
-8
/
+0
2006-11-07
- Applied FlavioJs's patch which enables colored console output for Windows s...
skotlex
1
-0
/
+14
2006-11-07
- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...
skotlex
1
-2
/
+2
2006-11-05
Readded duel code in map_quit. Why it has been removed!?
LuzZza
1
-2
/
+10
2006-10-11
- Removed login-sql connection variables from the map-server (the hell, these...
skotlex
1
-29
/
+0
2006-10-11
- Removed useless inter_athena settings (they were doing absolutely nothing):...
skotlex
1
-14
/
+0
2006-09-27
- Merged some splash changes from stable. Sharp-Shooting will now display a s...
skotlex
1
-5
/
+7
2006-09-09
- Added a crash protection in case mapfreeblock unlock tries to free a null p...
skotlex
1
-1
/
+2
2006-09-05
- applied the Ultra Mage's suggestion to have the map server strip trailing s...
skotlex
1
-3
/
+14
2006-09-04
- Some cleanup of how mobcount works.
skotlex
1
-5
/
+24
2006-09-01
- Added a missing break in battle_check_target
skotlex
1
-9
/
+26
2006-09-01
- Added defines status_base_matk_(max/min) for code readability
skotlex
1
-0
/
+2
2006-08-31
- Modified the error reporting in map_freeblock_unlock so that when there's a...
skotlex
1
-1
/
+2
2006-08-28
- Restructured CG_MOONLIT so that it is a ground effect like the other Encores.
skotlex
1
-17
/
+4
2006-08-27
* Optional macro MEMSET_TURBO for faster low-level memory initializations.
Lance
1
-3
/
+3
2006-08-25
Added a flag to skill_delunitgroup, skill_delunit & skill_unit_onlimit.
toms
1
-1
/
+1
2006-08-18
- Little code cleanup
toms
1
-3
/
+0
2006-08-18
- Changed unit_free so that it receives which cleartype should be used when t...
skotlex
1
-5
/
+5
2006-08-17
- Corrected map_random_dir algorithm
toms
1
-1
/
+1
2006-08-15
- Updated vc-project files to compile with the new int_homun files.
skotlex
1
-0
/
+7
2006-08-14
- Removed support for negative autosave intervals, instead added a minsave_in...
skotlex
1
-2
/
+8
2006-08-14
- Sacrifice no longer shows damage to self.
skotlex
1
-2
/
+1
2006-08-13
- Removed @itemcheck as it was totally pointless.
skotlex
1
-0
/
+2
2006-08-10
Code cleanup on homunc, they stay in memory until player disconnect or homunc...
toms
1
-1
/
+1
2006-08-08
- Changed the map_freeblock_unlock code so that when there's an "already free...
skotlex
1
-2
/
+4
2006-08-07
- Hopefully fixed the party_even_share cast-overflow bug as reported by Adobe.
skotlex
1
-4
/
+1
2006-08-02
- Fixed script code data not being free'd if a player quits in the middle of ...
skotlex
1
-0
/
+7
2006-08-01
- Fixed NPC_STOP id value in skill_cast_db
skotlex
1
-2
/
+2
2006-07-27
- Added a cleanup routine on shutdown to remove all characters from memory fo...
skotlex
1
-1
/
+16
2006-07-24
- Adjusted skill_castfix_sc so that Suffragium will get consumed even on inst...
skotlex
1
-5
/
+6
2006-07-18
- Updated mob_db.sql to current mob_db.txt data.
skotlex
1
-2
/
+0
[next]