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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-18
- Applied use of structure regen_data for a unified regen module. Natural and...
skotlex
1
-29
/
+19
2006-08-17
- Corrected map_random_dir algorithm
toms
1
-3
/
+0
2006-08-17
- Fixed being unable to recast Adrenaline Rush to reset the duration timers.
skotlex
1
-0
/
+28
2006-08-15
- Cleaned up some of the pet related @/# commands, same for some script comma...
skotlex
1
-4
/
+1
2006-08-14
- Removed support for negative autosave intervals, instead added a minsave_in...
skotlex
1
-0
/
+1
2006-08-13
- Removed @itemcheck as it was totally pointless.
skotlex
1
-2
/
+2
2006-08-09
- Adjusted some the dance/song/encore code so that the source of an ensemble ...
skotlex
1
-1
/
+1
2006-08-08
- Changed the map_freeblock_unlock code so that when there's an "already free...
skotlex
1
-1
/
+3
2006-08-07
- Cleaned some of mpeg's updated work.
skotlex
1
-1
/
+2
2006-08-04
- Changed function itemdb_group to itemdb_group_bonus, it now calculates the ...
skotlex
1
-1
/
+5
2006-08-03
- GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p...
skotlex
1
-3
/
+3
2006-07-30
- Added bNoMiscDamage setting so you can specify misc-damage blocking from sk...
skotlex
1
-3
/
+2
2006-07-18
- Added a proper check to make aggressive mobs never override homun targets r...
skotlex
1
-13
/
+0
2006-07-17
- Should have fixed the Cart Termination damage code to be scaled correctly w...
skotlex
1
-0
/
+1
2006-07-17
Orn's and Albator's Homunculus system, finally, YAY!!
DracoRPG
1
-13
/
+24
2006-07-13
- Changed the default save interval to 5 minutes. Added support for specifyin...
skotlex
1
-1
/
+1
2006-07-10
- Added login-char packet 0x2737. Sets all characters offline (login-server s...
skotlex
1
-1
/
+0
2006-07-07
- Okay, added a chrif_save_ack packet to the char-server so now the map serve...
skotlex
1
-0
/
+2
2006-07-06
- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...
skotlex
1
-11
/
+1
2006-07-06
- Fixed the auto-direction code which makes self-skills with ground units bec...
skotlex
1
-3
/
+1
2006-07-04
- Added structure s_addeffect to handle status change additions. Cleaned up r...
skotlex
1
-6
/
+11
2006-07-03
- Char-server SQL won't perform the reconnect cleanup routines when kick_on_d...
skotlex
1
-1
/
+0
2006-06-30
- Small cleanup on Abracadabra.
skotlex
1
-0
/
+1
2006-06-30
- Added mapflag "nochat" to prevent chatting rooms from being created.
skotlex
1
-0
/
+1
2006-06-30
- Moved item group enumeration from itemdb.h to map.h
skotlex
1
-1
/
+41
2006-06-29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7391 54...
Lance
1
-1
/
+0
2006-06-29
* [Fixed]
Lance
1
-3
/
+1
2006-06-28
- Cleaned up a bit the code for @item
skotlex
1
-0
/
+1
2006-06-28
- Corrected Musical Strike having a different damage equation from Throw Arrow.
skotlex
1
-0
/
+1
2006-06-27
- Fixed indentation on int_pet.c (how did it got messed up?)
skotlex
1
-0
/
+1
2006-06-24
* [Optimized]:
Lance
1
-0
/
+3
2006-06-21
* [Added]:
Lance
1
-0
/
+1
2006-06-18
* [Removed]:
Lance
1
-1
/
+1
2006-06-16
- Removed unused variable aspd_rate in map_session_data.
skotlex
1
-1
/
+1
2006-06-16
- Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ...
skotlex
1
-2
/
+1
2006-06-16
* [Improved]:
Lance
1
-0
/
+1
2006-06-15
- Fixed and cleaned up script command 'equip'
skotlex
1
-1
/
+1
2006-06-10
- Added structure party_data and party_member_data to the map server to hold ...
skotlex
1
-1
/
+21
2006-06-08
- Modified map_freeblock_unlock so that aFree errors will report the file/lin...
skotlex
1
-1
/
+3
2006-06-05
- Cleaned up code for SC_MINDBREAKER.
skotlex
1
-4
/
+6
2006-06-05
- Corrected cloaking not ending on attack if you are near a wall.
skotlex
1
-0
/
+3
2006-06-01
- SC_ORCISH will now be dispelled on logout (if debufF_on_logout is set)
skotlex
1
-1
/
+0
2006-05-31
- Moved the JOB_* defines from map.h to mmo.h, update char.c to use them.
skotlex
1
-83
/
+0
2006-05-31
[Moved]:
Lance
1
-2
/
+0
2006-05-31
[Improved]:
Lance
1
-1
/
+1
2006-05-30
- Fixed Absorb Spirit Spheres
skotlex
1
-0
/
+1
2006-05-30
- Updated attr_fix_table reading code to account for ELE_MAX (will correctly ...
skotlex
1
-5
/
+5
2006-05-30
- Small optimization in battle_check_target
skotlex
1
-9
/
+2
2006-05-29
[Fixed]:
Lance
1
-1
/
+1
2006-05-29
[Fixed]:
Lance
1
-1
/
+3
[next]