index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-23
- Made WFIFOHEAD() check for available buffer size remaining on the connectio...
skotlex
3
-15
/
+22
2006-11-22
- Modified slaves_inherit_speed and slaves_inherit_mode so you get better con...
skotlex
6
-27
/
+38
2006-11-22
- Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff i...
skotlex
4
-390
/
+282
2006-11-22
- Fixed the homunc hungry timer being started when the homun data is received...
skotlex
1
-2
/
+1
2006-11-22
- Fixed the Auto-Berserk giving you back defense when it triggers during bers...
skotlex
2
-10
/
+20
2006-11-22
- Fixed pets/homunc trying to be deleted twice when they had 0 intimacy and t...
skotlex
1
-4
/
+6
2006-11-21
- Various GS skill requirement corrections:
skotlex
1
-1
/
+5
2006-11-21
- Corrected GS_DISARM, it is now a normal attack, which, when it connects, ha...
skotlex
3
-22
/
+45
2006-11-21
- Corrected TripleAction's damage. It should do 150%*3 instead of 100*3% damage.
skotlex
5
-6
/
+17
2006-11-21
- Moved ignoreAll to state.ignoreAll so it saves some space.
skotlex
3
-225
/
+240
2006-11-20
- The max level of NPC_SPLASHATTACK is now 1.
skotlex
5
-46
/
+73
2006-11-20
- You now can't use other skills while a skill-induced "window" is up (telepo...
skotlex
3
-1
/
+7
2006-11-20
- Fixed itemskill variable being cleared before parsing the skill, this cause...
skotlex
5
-30
/
+44
2006-11-20
- Raised the amount of skills that can stack on a single cell before the "in-...
skotlex
3
-9
/
+15
2006-11-20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9269 54...
Lance
1
-4
/
+4
2006-11-20
- atcommand and charcommand backwards compatibility
Lance
1
-4
/
+26
2006-11-20
- Removed security check since source level patch is applied. Reverted select...
Lance
1
-1
/
+48
2006-11-19
* Hack protection from packet monkeys in clif_parse_NpcSelectMenu.
Lance
3
-5
/
+22
2006-11-19
* Added 'cancel' button parsing in buildin_select menu system. Now scripts wi...
Lance
1
-11
/
+13
2006-11-18
Calculation error in clif_parse_Wis.
Lance
1
-1
/
+1
2006-11-17
- Corrected use of the party invitation reply packet, thanks to FlavioJS.
skotlex
4
-11
/
+19
2006-11-17
* Fixed potential hack by modifying packet of whispers.
Lance
1
-2
/
+13
2006-11-17
* Fixed potential crash in IRC processing message with '%' using *printf.
Lance
3
-18
/
+20
2006-11-17
- Fixed client not validating the chat-kick-request packet, which can cause c...
skotlex
1
-0
/
+2
2006-11-17
- Updated map_quit to handle removing of players who are not even authenticat...
skotlex
3
-9
/
+14
2006-11-16
* Edited atcommand and charcommand syntax. Now it doesn't need the useless ch...
Lance
7
-65
/
+80
2006-11-16
- Shadow Jump and Kirikage won't "move" you if you use them in GvG grounds. F...
skotlex
3
-16
/
+20
2006-11-16
- Overlapping song/dances will now cause dissonance/ugly-dance level 1 instea...
skotlex
3
-4
/
+7
2006-11-14
- Characters with Karma may fight amongst them anywhere.
skotlex
7
-12
/
+117
2006-11-14
- Reverted the hp conversion formula "fix" as it was correct before.
skotlex
1
-1
/
+2
2006-11-13
- HP Conversion will fail when used at max SP. It should not display any erro...
skotlex
4
-9
/
+24
2006-11-13
- Volcano/Deluge/Violent Gale are now interchangeable, in the sense that as ...
skotlex
4
-21
/
+27
2006-11-13
* Moved status_calc_pc back to pc_authok.
Lance
1
-3
/
+4
2006-11-10
- Fixed some line delimiter issues in script.c
skotlex
2
-43
/
+42
2006-11-10
- Deluge/Violent Gale/Volcano tiles will now fail to be placed on cells that ...
skotlex
2
-4
/
+15
2006-11-10
- Fixed Homunculus being spawned as soon as they arrive from the char-server ...
skotlex
1
-1
/
+2
2006-11-10
- AL_TELEPORT now fails when used on top of Land Protector.
skotlex
2
-5
/
+8
2006-11-10
- Removed the inf2 = TRAP of FirePillar and Spider Web so they are blocked by...
skotlex
1
-22
/
+32
2006-11-10
- Fog of Wall will fail when casted on top of a Volcano/Violent Gale
skotlex
2
-19
/
+26
2006-11-09
- Fixed status-change loading not working.
skotlex
5
-6
/
+6
2006-11-09
- Reduced the check area of hermod to 3x3, you now have to literally stand ne...
skotlex
2
-7
/
+11
2006-11-09
Fixed Health Conversion skill formula bug
Lupus
1
-1
/
+1
2006-11-09
- Fixed Desperado's hit-rate.
skotlex
3
-22
/
+20
2006-11-08
- The GVG map-packet will now also be sent for guild dungeon maps.
skotlex
1
-1
/
+1
2006-11-08
- Did some cleaning in pc_authok and clif_parse_LoadEndAck
skotlex
2
-99
/
+105
2006-11-08
- Some cleaning of the Gospel code.
skotlex
3
-37
/
+72
2006-11-08
- Moved the duel functions to pc.c since they are so totally out of place in ...
skotlex
13
-216
/
+231
2006-11-07
- A few reorders and type-changes in the map_session_data structure for bette...
skotlex
1
-8
/
+7
2006-11-07
- Applied FlavioJs's patch which enables colored console output for Windows s...
skotlex
3
-21
/
+57
2006-11-07
- Fixed a fake nullpo when parsing the reply to a guild alliance request.
skotlex
1
-3
/
+7
[next]