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
/
party.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-07
- removed the timer heap correction code when the timers overflow since Flavi...
skotlex
1
-1
/
+1
2007-11-22
- Changed the status_change structure to use dynamic rather than static memor...
skotlex
1
-1
/
+1
2007-11-19
Random cleaning of party.c in attempt to make party_send_xy_timer() crashes a...
ultramage
1
-140
/
+139
2007-11-17
Removed battle_config.error_log as console_silent already handles this
ultramage
1
-8
/
+4
2007-11-08
* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.
FlavioJS
1
-2
/
+2
2007-10-18
* Removed commented-out code for check_fake_id()
ultramage
1
-2
/
+2
2007-10-17
Using predefined constants as parameters to the exit() function.
ultramage
1
-1
/
+1
2007-10-08
* Delayed the check for required items when a skill is cast to when they are ...
FlavioJS
1
-0
/
+8
2007-09-27
* Loot code using charid's instead of id's in pick priority.
FlavioJS
1
-3
/
+3
2007-09-24
Added back log_chat's '1 - log everything' setting (revert from r10850).
ultramage
1
-1
/
+1
2007-09-20
* Merged the tmpsql branch:
FlavioJS
1
-0
/
+1
2007-09-15
Getting some (mostly atcommand) code cleaning out of the way...
ultramage
1
-1
/
+1
2007-09-12
Fixed a typo in party invite code (from r11179 / r11180) causing party invita...
ultramage
1
-1
/
+1
2007-09-11
- Corrected /invite letting you invite people even if you are not the party l...
skotlex
1
-1
/
+15
2007-09-07
- Added support for the new party invite/reply packets from the latest client...
skotlex
1
-0
/
+5
2007-08-19
* Cleaned/clarified some #include relationships between headers
ultramage
1
-5
/
+6
2007-08-16
Added pc_isidle() to simplify a few idle-no-share checks.
ultramage
1
-7
/
+4
2007-08-15
- Merged and completed Latio's work on server-side hot-key saving (http://www...
skotlex
1
-1
/
+1
2007-08-15
* Some serious code cleanups
ultramage
1
-35
/
+18
2007-07-01
Cleaned up some parts of the code.
ultramage
1
-22
/
+26
2007-05-26
- Fixed guild emblem not showing when you log in (caused by r5359)
ultramage
1
-2
/
+6
2007-05-19
Reformatting @_@
ultramage
1
-6
/
+6
2007-05-19
* Added Global chat and Main chat logging
ultramage
1
-5
/
+4
2007-03-14
- Corrected party item share settings not being properly updated on logon.
skotlex
1
-1
/
+1
2007-03-12
- Cleaned up the implementation of party_send_movemap, it should fix the clie...
skotlex
1
-16
/
+11
2007-03-02
- Modified the Storm Gust freeze counter code so it is resetted when standing...
skotlex
1
-1
/
+0
2007-02-25
Added missing header for r9914
ultramage
1
-0
/
+1
2007-02-25
- You are allowed to attack/use skills now when your cloaking level is below 3.
skotlex
1
-1
/
+1
2007-02-16
- Modified the "guardian" spawn script command, it no longer receives a "amou...
skotlex
1
-4
/
+4
2007-02-15
- Cleaned up clif_party_info a bit
ultramage
1
-3
/
+3
2007-02-01
- When when a party-member levels up, the level change is sent to the char-se...
skotlex
1
-6
/
+10
2007-01-07
Undid the memset->malloc_set replacement
ultramage
1
-6
/
+6
2006-12-23
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...
FlavioJS
1
-1
/
+1
2006-12-21
- Added a 1-node cache to db. Removed party_cache and guild_cache since now t...
FlavioJS
1
-19
/
+13
2006-12-05
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...
FlavioJS
1
-902
/
+902
2006-11-17
- Corrected use of the party invitation reply packet, thanks to FlavioJS.
skotlex
1
-5
/
+8
2006-10-28
- Fixed mob-skill event "skillused" not triggering at all.
skotlex
1
-2
/
+2
2006-10-25
- Made the exp bonus settings be adjustable:
skotlex
1
-20
/
+32
2006-10-19
- Cleaned up the log.c file.
skotlex
1
-1
/
+1
2006-10-19
- Corrected a compilation error.
skotlex
1
-9
/
+12
2006-10-18
- Added a overflow check when calculating party exp share.
skotlex
1
-0
/
+4
2006-09-20
- Cleaned up some more party_sub_count, so that idle_no_share will also disab...
skotlex
1
-4
/
+5
2006-09-20
- Fixed party_sub_count (TK_POWER) failing when the idle_no_share setting was...
skotlex
1
-3
/
+7
2006-08-27
* Optional macro MEMSET_TURBO for faster low-level memory initializations.
Lance
1
-6
/
+6
2006-08-07
- Hopefully fixed the party_even_share cast-overflow bug as reported by Adobe.
skotlex
1
-1
/
+1
2006-08-04
- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...
skotlex
1
-1
/
+1
2006-07-28
- The picklog will now record negative values for items sold to npcs.
skotlex
1
-0
/
+2
2006-07-27
- Added config setting party_update_interval so you can specify how often the...
skotlex
1
-3
/
+1
2006-07-27
- Added config setting "party_hp_mode" (battle/party.conf) which determines m...
skotlex
1
-1
/
+2
2006-07-27
- Fixed packet 0x22a having the manner and opt3 packets in inverted offsets.
skotlex
1
-0
/
+2
[next]