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
/
clif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-06
- The default event script behaviour is to trigger on labels rather than NPCs...
skotlex
1
-4
/
+1
2007-12-05
- Made the struct weapon_atk lhw in status_data a static member rather than a...
skotlex
1
-4
/
+4
2007-12-03
- Added a fix to prevent missing a mail attachment is map servers disconnect ...
zephyrus
1
-1
/
+2
2007-12-03
- Corrected clif_pase_DropItem so ack/nak is always sent (or client hangs wai...
skotlex
1
-17
/
+18
2007-12-02
Fixed some minor inconsistencies in homunculus packets, in an attempt to make...
ultramage
1
-2
/
+2
2007-12-02
Fixed charserver unable to reestablish link to login server after a disconnec...
ultramage
1
-12
/
+11
2007-12-01
Fixed 'unit walking in sight' packet missing the 'level' value (mistake in r1...
ultramage
1
-1
/
+1
2007-11-30
* Random cleanup/documentation.
FlavioJS
1
-22
/
+56
2007-11-29
- Allowed disguising while riding a peco-peco (this does not seem to cause pr...
skotlex
1
-3
/
+2
2007-11-29
- Integrated the SG related info of hate_mob and feel_map into a single struc...
skotlex
1
-2
/
+1
2007-11-28
- Cleaned up some disguise related code, it fixes the disguise sprite not hav...
skotlex
1
-35
/
+35
2007-11-28
Applied clif_setlevel() to the new trade window packets to make it display pr...
ultramage
1
-2
/
+2
2007-11-28
* Reconstructed a list of all PACKETVER types, by reverse-engineering it from...
ultramage
1
-15
/
+40
2007-11-26
Fixed guild expulsion not working correctly.
ultramage
1
-1
/
+1
2007-11-24
Added support for latest official client/server packet changes.
ultramage
1
-1
/
+31
2007-11-24
Make the walk/stand/spawn packet generation incremental - deriving new versio...
ultramage
1
-304
/
+150
2007-11-22
- Changed the status_change structure to use dynamic rather than static memor...
skotlex
1
-35
/
+34
2007-11-22
* Modified mapserver login procedure to make clients from may 2007 and newer ...
ultramage
1
-4
/
+13
2007-11-21
- Moved subtype from struct block_list to struct npc_data.
skotlex
1
-2
/
+1
2007-11-21
More clif.c cleaning
ultramage
1
-65
/
+66
2007-11-21
random cleanup
ultramage
1
-16
/
+12
2007-11-21
Cleaned up/reformatted clif_set0078 and clif_set_007b (stand and walk packet ...
ultramage
1
-362
/
+285
2007-11-18
* Replaced jA's way of allocating npc shop data with a simple dynamic array t...
ultramage
1
-16
/
+13
2007-11-17
Removed battle_config.error_log as console_silent already handles this
ultramage
1
-14
/
+7
2007-11-14
Fixed some homunculus skill offset calculation mistakes (bugreport:363)
ultramage
1
-3
/
+3
2007-11-12
- Important fix to Mail System allowing (by a low change) items duple.
zephyrus
1
-2
/
+2
2007-11-08
- Fixed not all objects spawning within your range of sight when you warp/rel...
skotlex
1
-0
/
+6
2007-11-07
- Added separated packets for get and set attachment on mail system.
zephyrus
1
-4
/
+18
2007-11-07
- Some updates on the mail system packets [Zephyrus]
zephyrus
1
-8
/
+8
2007-11-05
Corrected the max. allowed skill name length, and optimized code that works w...
ultramage
1
-5
/
+5
2007-10-31
Commented out msg_athena.conf strings disabled in r11625.
ultramage
1
-1
/
+1
2007-10-31
* Added names to the SC_ and SI_ enums, now they can be used to properly indi...
ultramage
1
-2
/
+2
2007-10-29
Command code cleaning (refer to topic:169759)
ultramage
1
-41
/
+44
2007-10-28
- Fixed a bug on the Attachment [Mail System]
zephyrus
1
-5
/
+8
2007-10-27
Followup fixes to r11583:
ultramage
1
-45
/
+32
2007-10-27
- Improvements to the mail system.
zephyrus
1
-118
/
+97
2007-10-26
Moved the new novending cell check from the internal code to the client-serve...
ultramage
1
-2
/
+2
2007-10-26
* Removed confusing map_nick2sd_nocase(), let the charserver handle it
ultramage
1
-19
/
+6
2007-10-24
* Cleaned up some messy guild code (more to come)
ultramage
1
-71
/
+72
2007-10-23
* Removed the inter_athena.conf maildb settings as they are not required anym...
zephyrus
1
-15
/
+15
2007-10-22
- Added the new mail system. Requires optimization and tests.
zephyrus
1
-4
/
+419
2007-10-20
Fixed a signed/unsigned integer glitch in r11520 messing up random lvl1 Telep...
ultramage
1
-0
/
+1
2007-10-18
Fixed some gcc-specific stuff, silenced some more warnings
ultramage
1
-6
/
+6
2007-10-18
Fixed numerous /W4 warnings (and created more :)
ultramage
1
-16
/
+19
2007-10-18
* Removed commented-out code for check_fake_id()
ultramage
1
-281
/
+213
2007-10-18
Some code cleaning...
ultramage
1
-3
/
+3
2007-10-17
* Reworked the parsing at npc.c.
FlavioJS
1
-5
/
+10
2007-10-17
Using predefined constants as parameters to the exit() function.
ultramage
1
-3
/
+3
2007-10-16
* Venom Splasher fixes according to bugreport:230
ultramage
1
-8
/
+4
2007-10-16
* Fixed a copy-paste mistake in disguise code (from r5833)
ultramage
1
-9
/
+10
[next]