index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
clif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-24
* Added support for new status change packet, uses new setting display_status...
Sara
1
-4
/
+20
2009-03-17
- Implemented official battlechat packets (thanks to Pakpil).
zephyrus
1
-24
/
+92
2009-03-10
* Results of client behavior investigation when mes/next/close/menu/input is ...
FlavioJS
1
-18
/
+63
2009-03-08
Added several mail id checks to prevent a map server crash (bugreport:2837).
ultramage
1
-3
/
+16
2009-03-04
Small edits to battleground code (bugreport:2816)
ultramage
1
-6
/
+8
2009-03-02
Just some generic cleanups.
ultramage
1
-4
/
+4
2009-02-26
- Fixed item Nemesis.
zephyrus
1
-133
/
+421
2009-02-23
* Consolidated is_atcommand() and is_atcommand_sub()
sketchyphoenix
1
-5
/
+5
2009-01-23
Added a missing break; in pc_setstat, messing up LUK increasing (see r13460) ...
ultramage
1
-1
/
+1
2009-01-22
* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por...
FlavioJS
1
-7
/
+3
2009-01-21
Fixed a null pointer crash in r13463 (thanks to Ramsey for reporting it).
ultramage
1
-2
/
+2
2009-01-20
Efficiency improvement for clif_send (use pc_db iterator instead of sockets a...
ultramage
1
-53
/
+63
2009-01-05
Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only.
ultramage
1
-1
/
+1
2008-12-28
Cleaned up code for inserting cards into items.
ultramage
1
-6
/
+3
2008-12-28
- Book reading script command.
zephyrus
1
-0
/
+12
2008-12-18
Removed charcommand code while allowing atcommand code to support its functio...
sketchyphoenix
1
-5
/
+4
2008-11-22
* Hunted down improper uses of va_list variables.
FlavioJS
1
-2
/
+0
2008-11-22
* Hunted down the simpler 64bit pointer truncations.
FlavioJS
1
-2
/
+2
2008-11-16
- Item Rental System.
zephyrus
1
-8
/
+37
2008-11-06
* Fixed the maximum level of Create Elemental Converter. (bugreport:2326) [Sara]
Sara
1
-1
/
+2
2008-10-24
Commented out unused function clif_marriage_process.
Paradox924X
1
-1
/
+2
2008-10-11
Swapped around packets 0x2b6 and 0x2b7, ought to fix some issues with the que...
ultramage
1
-3
/
+3
2008-10-08
Fixed chat_createnpcchat() not checking if a chatroom already exists, produci...
ultramage
1
-1
/
+2
2008-10-06
voided out clif_blown as per Valaris' instruction.
L0ne_W0lf
1
-2
/
+2
2008-10-06
Fixed knockback not updating the client position of disguised players (bugrep...
ultramage
1
-16
/
+20
2008-10-06
Fixed friends list ack packet using truncated values (bugreport:2310).
ultramage
1
-2
/
+2
2008-09-28
Adding null pointer check (followup to r13240).
ultramage
1
-1
/
+1
2008-09-27
Fixed clif_changelook betraying the presence of gm-hidden players (bugreport:...
ultramage
1
-3
/
+10
2008-09-11
Removed a few out of date messages from msg_athena, and updated some others.
L0ne_W0lf
1
-1
/
+1
2008-09-10
- Full implementation of mercenary skills.
zephyrus
1
-72
/
+133
2008-09-09
Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...
L0ne_W0lf
1
-3
/
+3
2008-09-03
- Starting Mercenary Skill implementation.
zephyrus
1
-16
/
+43
2008-09-02
- Implementing a correct update of mercenary status window on status change u...
zephyrus
1
-15
/
+37
2008-09-01
- Mercenary Bonus Status (currently activated each mob kill for testing).
zephyrus
1
-0
/
+9
2008-09-01
- Something i forget to commit mmo.h.
zephyrus
1
-2
/
+8
2008-08-31
- A proper mercenary lifetime calculation.
zephyrus
1
-1
/
+1
2008-08-31
* More mercenary updates.
zephyrus
1
-34
/
+43
2008-08-24
- Mercenary Dismiss packet and some corrections.
zephyrus
1
-0
/
+2
2008-08-24
- Implemented Mercenary Scrolls (item_db)
zephyrus
1
-7
/
+32
2008-08-24
- Moving all content of Homunculus code to a proper file Homunculus.c/h
zephyrus
1
-1
/
+2
2008-08-24
- Implemented unit_calc_pos (copy from pet_calc_pos) to implement it on Merce...
zephyrus
1
-6
/
+18
2008-08-23
- Completed Mercenary Create, Delete, Save. Tests OK.
zephyrus
1
-6
/
+12
2008-08-23
- Mercenary Packets (Server to Client). Still need a little more info.
zephyrus
1
-18
/
+126
2008-08-21
- Big update to Basilica, implementing official behavior.
zephyrus
1
-6
/
+16
2008-08-20
- New invisible walls system (for WOE SE and Battlegrounds).
zephyrus
1
-0
/
+1
2008-08-20
- Removed my barricade implementation. Not required in WoE SE.
zephyrus
1
-2
/
+0
2008-08-11
Fixed right-click npc unload not unloading duplicates (bugreport:2014)
ultramage
1
-0
/
+3
2008-08-09
Now Novices without lvl5 basic skill can be partied (bugreport:1131).
ultramage
1
-14
/
+0
2008-08-02
Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s...
ultramage
1
-1
/
+1
2008-08-01
Disabled the gm-hide namerequest cheat detection, uncomment if you know what ...
ultramage
1
-18
/
+15
[prev]
[next]