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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-07
- Removed the equip id from the clif_pet_equip packet as it is not used for a...
skotlex
3
-9
/
+11
2006-07-07
- Status_calc_bl will no longer stop you from attacking/walking when the mode...
skotlex
1
-2
/
+4
2006-07-07
- Should have fixed clif_item_sub to properly store pet egg/armor data. There...
skotlex
1
-10
/
+10
2006-07-07
- itemdb_exists will now return NULL for item_id 0.
skotlex
1
-1
/
+3
2006-07-07
- Some cleaning of the Sage endow skills.
skotlex
3
-4
/
+9
2006-07-07
- Okay, added a chrif_save_ack packet to the char-server so now the map serve...
skotlex
6
-19
/
+73
2006-07-07
- Now, when the login-char connection is cut, the char-server won't set every...
skotlex
2
-4
/
+22
2006-07-07
- Modified the error on the char-sql server to set chars online when it recei...
skotlex
1
-2
/
+7
2006-07-07
- Fixed signed/unsigned comparison issues in the char txt/sql server.
skotlex
7
-15
/
+16
2006-07-07
- Added a temporary band-aid to prevent executing the script of non-arrows wh...
skotlex
1
-1
/
+3
2006-07-06
- Modified the party_data structure on the map server to remove some redundan...
skotlex
13
-381
/
+606
2006-07-06
- Rewrote all the item restriction functions so that they will take into acco...
skotlex
9
-36
/
+62
2006-07-06
- Added no_skill_delay setting, when set, affected object types will have the...
skotlex
3
-2
/
+5
2006-07-06
- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...
skotlex
11
-121
/
+143
2006-07-06
- Fixed the auto-direction code which makes self-skills with ground units bec...
skotlex
3
-9
/
+2
2006-07-05
Updated NJ_KAENJIN by Saycyber21
Vicious
1
-264
/
+278
2006-07-05
- Merged some skill db data of NJ skills, thanks to RockmanEXE
skotlex
1
-96
/
+73
2006-07-05
- Updated @refine to take account of MAX_REFINE, thanks to Omega... GM Desig...
skotlex
1
-25
/
+25
2006-07-05
Fixed compile issue for NJ_BAKUENRYU, by Saycyber21.
Vicious
1
-1
/
+6
2006-07-05
Saycyber21's NJ work
Vicious
2
-2
/
+20
2006-07-04
- Implemented cooking chances. Chance of success is 70% - 7*(dish-lv)% + 12*(...
skotlex
1
-4
/
+16
2006-07-04
- Added battle config setting emergency_recall, specifies behaviour of that s...
skotlex
3
-0
/
+11
2006-07-04
- Removed the NPC/Dance/Song inf2 check of AbraCadabra. whether a skill can c...
skotlex
1
-1
/
+2
2006-07-04
- Added structure s_addeffect to handle status change additions. Cleaned up r...
skotlex
4
-52
/
+123
2006-07-04
- Added a check when joining a chat to make sure the target object is of type...
skotlex
1
-1
/
+1
2006-07-04
- Fixed code using i instead of id in a few instances when updating char/map ...
skotlex
2
-2
/
+2
2006-07-04
- Cleared up the bAutoSpellWhenHit description in doc/item_bonus.txt
skotlex
2
-2
/
+7
2006-07-03
- Char-server SQL won't perform the reconnect cleanup routines when kick_on_d...
skotlex
8
-20
/
+16
2006-07-03
- Warmth will dispel when warping now (or else the effect is left on the ground)
skotlex
3
-6
/
+9
2006-07-03
- Fixed a compile warning in login sql/txt
skotlex
8
-7505
/
+7512
2006-06-30
- Removed the check to prevent equipped items from being traded as pc_delitem...
skotlex
2
-3
/
+2
2006-06-30
- Added a check to prevent equipped items from being traded.
skotlex
1
-0
/
+3
2006-06-30
- Small cleanup on Abracadabra.
skotlex
4
-23
/
+101
2006-06-30
- Added mapflag "nochat" to prevent chatting rooms from being created.
skotlex
4
-5
/
+23
2006-06-30
- Moved item group enumeration from itemdb.h to map.h
skotlex
6
-50
/
+57
2006-06-29
- Made the map server send list of characters online to the char-server on re...
skotlex
2
-3
/
+2
2006-06-29
- Fixed guild storage being "eternally in use" if you quit/logout before clos...
skotlex
3
-8
/
+11
2006-06-29
- Some indentation corrections.
skotlex
3
-5
/
+11
2006-06-29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7393 54...
Lance
1
-2
/
+2
2006-06-29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7392 54...
Lance
1
-4
/
+4
2006-06-29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7391 54...
Lance
1
-1
/
+0
2006-06-29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7390 54...
Lance
1
-3
/
+2
2006-06-29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7389 54...
Lance
1
-1
/
+1
2006-06-29
* [Fixed]
Lance
8
-154
/
+185
2006-06-28
- Added a check in script command "set_option" so that invoking "set_option(0...
skotlex
1
-1
/
+4
2006-06-28
- Added trade-range check on trade reply.
skotlex
1
-1
/
+12
2006-06-28
- Added inf2 4096 (INF2_ALLOW_ENEMY) which is to be used in conjunction with ...
skotlex
3
-12
/
+9
2006-06-28
- Cleaned up a bit the code for @item
skotlex
8
-67
/
+100
2006-06-28
- Fixed a compile warning in the login txt/sql server.
skotlex
3
-4
/
+6
2006-06-28
- Corrected Musical Strike having a different damage equation from Throw Arrow.
skotlex
6
-24
/
+27
[prev]
[next]