index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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-20
- Removed grfio include from core.c as it's totally unneeded
skotlex
1
-1
/
+0
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
5
-12
/
+20
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
- Fixed a bug where the char-txt server was incorrectly saving memos, causing...
skotlex
1
-1
/
+1
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-11
Fixed debug message in login_sql
Lupus
1
-38
/
+38
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
9
-130
/
+789
2006-11-07
- Fixed a fake nullpo when parsing the reply to a guild alliance request.
skotlex
1
-3
/
+7
2006-11-07
- Added a check to prevent casting ground skills on a target and vice-versa w...
skotlex
1
-7
/
+12
2006-11-07
- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...
skotlex
9
-50
/
+58
2006-11-07
* Reapplied 'fix equipment scripts which are based on character variables not...
Lance
1
-4
/
+5
2006-11-06
- Corrected Ground Drift. Splash range of 3x3, stackable and placeable undern...
skotlex
3
-71
/
+91
2006-11-06
- Corrected Kaupe so it doesn't ends on the first part of Soul Destroyer.
skotlex
3
-12
/
+17
2006-11-06
- Ganbantein's delay is now 2 secs.
skotlex
8
-51
/
+61
2006-11-06
* Reverted changes, moved status_calc_pc(sd,1) back to pc_authok since it cau...
Lance
2
-5
/
+7
2006-11-06
modified src/map/clif.c
Lance
2
-3
/
+4
2006-11-06
* Temperory fixed stability issue caused by initial status_calc_pc being plac...
Lance
1
-2
/
+4
2006-11-05
Readded duel code in map_quit. Why it has been removed!?
LuzZza
1
-2
/
+10
[next]