Sun, 08 Sep 2013 17:07:47 +0600 |
Ritor1 |
m
|
Mon, 02 Sep 2013 18:49:26 +0600 |
Ritor1 |
Слияние
|
Mon, 02 Sep 2013 18:49:18 +0600 |
Ritor1 |
m
|
Sun, 08 Sep 2013 07:28:20 +0200 |
Grumpy7 |
Fixing compiler warnings
|
Sun, 08 Sep 2013 05:22:33 +0200 |
Grumpy7 |
Player::ReceiveDamage, very small edits; prepended "Is" to item functions returning bool values (broken, indetified, stolen)
|
Sun, 08 Sep 2013 04:11:10 +0200 |
Grumpy7 |
undoing 1481
|
Sun, 08 Sep 2013 04:10:22 +0200 |
Grumpy7 |
fixing Player::GetMeleeDamageString and Player::CanTrainToNextLevel
|
Sun, 08 Sep 2013 03:27:10 +0200 |
Grumpy7 |
fixing compilation error
|
Sun, 08 Sep 2013 02:41:10 +0200 |
Grumpy7 |
splitting Player::WearsItem into two functions
|
Sun, 08 Sep 2013 01:23:37 +0200 |
Grumpy7 |
Merge
|
Sun, 08 Sep 2013 01:17:33 +0200 |
Grumpy7 |
Player::IsUnarmed fixing condition
|
Sun, 08 Sep 2013 01:03:04 +0200 |
Grumpy7 |
Player::CalculateIncommingDamage, liches shouldn't be immune to damage if above 200 resistance to it
|
Sun, 08 Sep 2013 00:35:03 +0200 |
Grumpy7 |
Player::CanTrainToNextLevel simplified, Player::GetExperienceDisplayColor shortened a bit Player::CalculateIncommingDamage + fixed resistances not working if no resistance bonus (ignored luck bonus)
|
Sat, 07 Sep 2013 23:06:13 +0200 |
Grumpy7 |
Changed the new Assert macro definition slightly, Party::AddItem (for some reason in players.cpp) renamed to Party::AddItemToParty, cleaned up; some unused variables in previous functions removed
|
Sat, 07 Sep 2013 22:46:18 +0200 |
Nomad |
Merge
|
Sat, 07 Sep 2013 22:38:53 +0200 |
Nomad |
Some more cleaning
|
Sat, 07 Sep 2013 21:17:47 +0200 |
Grumpy7 |
Minor assert fixes in players.cpp
|
Sat, 07 Sep 2013 21:14:48 +0200 |
Grumpy7 |
Merge
|
Sat, 07 Sep 2013 21:00:02 +0200 |
Grumpy7 |
Get(skillname) functions cleaned up, using GetMultiplierForSkillLevel instead of nested conditions
|
Sat, 07 Sep 2013 10:49:42 +0200 |
Grumpy7 |
Player::CanFitItem, AddItem, AddItem2 changed changed the retarded 2 dimensional array traversal, changed GetActualAttribute input parameters to get rid of the attrid case
|
Sat, 07 Sep 2013 10:04:37 +0200 |
Grumpy7 |
Player::CalculateRangedDamageTo, finishing cleanup accidentally commited in previous commit
|
Sat, 07 Sep 2013 09:45:09 +0200 |
Grumpy7 |
Player::CalculateMeleeDamageTo extracted 2 almost identical sections to a separate function, variable cleanup, changed parameter types
|
Sat, 07 Sep 2013 09:16:55 +0200 |
Grumpy7 |
Player::CalculateMeleeDamageTo removed labels, ifdowhile patterns changed to for cycles, magic numbers to enum values, fixing gibbet being only undead slaying
|
Sat, 07 Sep 2013 08:17:49 +0200 |
Grumpy7 |
added a few artifacts to enum ITEM_TYPE
|
Sat, 07 Sep 2013 06:51:56 +0200 |
Grumpy7 |
Player::GetRangedDamageString fix + some small chnages
|
Sat, 07 Sep 2013 21:55:02 +0200 |
Nomad |
stru141 & misc cleaning
|
Sat, 07 Sep 2013 20:05:20 +0200 |
Nomad |
assert, Abortf, AbortWithError -> Assert, Error
|
Sat, 07 Sep 2013 15:20:57 +0200 |
Nomad |
stru149
|
Sat, 07 Sep 2013 13:26:15 +0200 |
Nomad |
Merge2
|
Sat, 07 Sep 2013 13:03:18 +0200 |
Nomad |
Merge
|