index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
clif.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-15
Getting some (mostly atcommand) code cleaning out of the way...
ultramage
1
-2
/
+2
2007-09-10
* Added a safeguard to skill_get_unit_layout() against incorrectly defined la...
ultramage
1
-1
/
+1
2007-08-31
* Documented/cleaned up chatroom code and packetry
ultramage
1
-3
/
+3
2007-08-20
More compilation warning fixes...
ultramage
1
-0
/
+1
2007-08-19
Fixed a gcc compilation error and some warnings.
ultramage
1
-1
/
+10
2007-08-19
* Cleaned/clarified some #include relationships between headers
ultramage
1
-4
/
+13
2007-08-19
- Cleaned up some the pet armor display code.
skotlex
1
-4
/
+4
2007-08-15
- Merged and completed Latio's work on server-side hot-key saving (http://www...
skotlex
1
-0
/
+1
2007-08-08
* Cleaned up junk left in the code by the mapcache/mapindex update
ultramage
1
-5
/
+5
2007-08-04
Some all-around code reformatting/cleaning
ultramage
1
-6
/
+6
2007-08-04
* Removed weird mvp reward item drop behavior (see topic:160077)
ultramage
1
-2
/
+2
2007-07-23
* Changed the restricting mapflag for @jump from nowarp/nowarpto to noteleport
ultramage
1
-2
/
+1
2007-07-20
* Corrected packet_db.txt. See topic:158382 for details. As a side-effect, th...
ultramage
1
-1
/
+7
2007-07-18
- Small update to the effects list (new exe's effects by Au{R}oN)
ultramage
1
-6
/
+6
2007-07-03
- Re-coded 'soundeffectall'; removed the third parameter ('coverage')
ultramage
1
-2
/
+2
2007-06-11
- Fixed pet equip not displaying correctly at all (closes topic:153753)
ultramage
1
-6
/
+6
2007-06-04
- Fixed the compilation problem from r10668
ultramage
1
-5
/
+6
2007-06-03
- Fixed missing client update when 'return to savepoint' fails
ultramage
1
-20
/
+20
2007-04-20
- Added ntows() to properly handle that client port number deficiency
ultramage
1
-2
/
+2
2007-04-17
- Expanded the autospell structure to hold a flag, which contains the require...
skotlex
1
-0
/
+1
2007-04-05
* Made a crazy attempt to at least partially synchronize login&char code
ultramage
1
-5
/
+5
2007-03-27
- Changed a bit the Moonlit code to prevent an infinite loop
skotlex
1
-1
/
+1
2007-03-19
- Removed the last argument from skillitem, the skill name passed to the clie...
skotlex
1
-1
/
+1
2007-03-15
- Corrected the structure and added info on the skill fail packet (0x110).
FlavioJS
1
-1
/
+2
2007-03-11
- Removed function clif_movepc as it's no longer invoked anywhere.
skotlex
1
-1
/
+1
2007-03-09
- Added info on packet 0x86 (simple move packet). Not usable until a clear se...
FlavioJS
1
-20
/
+20
2007-03-09
- Made conv_str return const char* since the script engine screws up if you m...
skotlex
1
-6
/
+6
2007-02-21
Applied a consistent look to all header files (copyright, ifdefs)
ultramage
1
-3
/
+1
2007-02-16
- Modified the "guardian" spawn script command, it no longer receives a "amou...
skotlex
1
-2
/
+1
2007-02-15
- Cleaned up clif_party_info a bit
ultramage
1
-1
/
+1
2007-02-13
- A bit more work on Ticket #41.
FlavioJS
1
-0
/
+1
2007-01-19
- Reverted the dup-label check code since it has a bug that needs to be fixed...
skotlex
1
-1
/
+1
2007-01-03
- JK_JOINTBEAT as described in:
FlavioJS
1
-1
/
+1
2006-12-23
- Merged START_ACCOUNT_NUM and END_ACCOUNT_NUM moved from login.h to mmo.h
FlavioJS
1
-1
/
+1
2006-12-20
- Moved PACKETVER to mmo.h, and added support for the expanded character info...
skotlex
1
-3
/
+0
2006-12-16
- Moved packet_len_table values to packet_db[SERVER].
FlavioJS
1
-0
/
+3
2006-12-16
- Increased MAX_PACKET_DB to 0x300 and added a warning for when packet ids gr...
FlavioJS
1
-1
/
+1
2006-12-12
- Modified the skill damage packet and the knockback packets to mimic aegis s...
skotlex
1
-1
/
+1
2006-12-09
- Reversed revision #9415 (messages with server_tick field being sent as soon...
FlavioJS
1
-3
/
+1
2006-12-06
- Messages with server_tick field are sent as soon as possible now.
FlavioJS
1
-2
/
+3
2006-12-05
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...
FlavioJS
1
-368
/
+368
2006-11-22
- Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff i...
skotlex
1
-0
/
+1
2006-11-13
- HP Conversion will fail when used at max SP. It should not display any erro...
skotlex
1
-0
/
+1
2006-11-08
- Some cleaning of the Gospel code.
skotlex
1
-0
/
+1
2006-11-07
- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...
skotlex
1
-3
/
+4
2006-09-08
- Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting.
skotlex
1
-1
/
+1
2006-09-08
- Added upgrade_svn8675.sql in case, for some reason, your guild table still ...
skotlex
1
-1
/
+0
2006-08-02
Code cleanup & optimization on guild part of char-server
toms
1
-2
/
+1
2006-08-02
- Updated battle_check_target so that all alchemist summoned mobs can be targ...
skotlex
1
-1
/
+1
2006-07-31
Merged mpeg's fix on ninja skills
toms
1
-1
/
+1
[next]