log UI/UICharacter.cpp @ 2154:9bd7522cdbbb

age author description
Thu, 09 Jan 2014 14:36:48 +0200 Nomad Render decoupling.
Thu, 09 Jan 2014 02:34:20 +0200 Nomad Some Render decoupling.
Mon, 23 Dec 2013 17:30:22 +0600 Ritor1 _42FB5C_check_spell cleaned
Fri, 13 Dec 2013 22:19:56 +0600 Ritor1 Dialogue option selection is frozen fix
Thu, 12 Dec 2013 18:07:08 +0600 Ritor1 RasterLine2D (continue)
Thu, 12 Dec 2013 13:55:42 +0600 Ritor1 enums and BLV_UpdateDoors()
Tue, 03 Dec 2013 20:18:17 +0200 Nomad 32bits almost there
Thu, 28 Nov 2013 17:12:50 +0600 Ritor1 Time.h rename
Sat, 02 Nov 2013 17:45:58 +0000 zipi Single and Two-handed ENUM
Wed, 30 Oct 2013 00:47:37 -0700 Grumpy7 changing most of auto types to their actual types
Mon, 28 Oct 2013 20:29:53 -0700 Grumpy7 fixing wrong shape of element being enchanted in inventory
Mon, 14 Oct 2013 06:32:30 +0200 Grumpy7 changing most of party arrays to std::arrays, some minor cleanups in actor.cpp
Fri, 11 Oct 2013 09:19:40 +0200 Grumpy7 changing global char* vars to const char* vars
Wed, 09 Oct 2013 08:06:26 +0200 Grumpy7 Finishing Player.cpp, fixing some bugs
Mon, 07 Oct 2013 06:37:49 +0200 Grumpy7 Changing itemlist accesses to helper functions + getting rid of some pPlayers array accesses
Mon, 30 Sep 2013 17:29:27 +0600 Ritor1 UITransition.cpp cleaning(continue)
Wed, 25 Sep 2013 08:39:03 +0200 Grumpy7 fixing bugs introduced by me :)
Wed, 25 Sep 2013 08:13:09 +0200 Grumpy7 fixing itemequiptype instead of playerskilltype
Tue, 24 Sep 2013 07:29:55 +0200 Grumpy7 ITEM_ENCHANTED to ITEM_HARDENED, created helper functions to get params from itemtable for ItemGens
Sun, 22 Sep 2013 19:48:02 +0200 Grumpy7 fixing paperdoll bug
Fri, 20 Sep 2013 10:51:42 +0200 Grumpy7 Fixing a few warnings in Players.cpp
Fri, 20 Sep 2013 10:23:54 +0200 Grumpy7 OnInventoryLeftClick cleanup
Wed, 18 Sep 2013 06:32:15 +0200 Grumpy7 Merge
Tue, 17 Sep 2013 07:30:41 +0200 Grumpy7 DamagePlayerFromMonster starting cleanup
Sun, 15 Sep 2013 03:08:12 +0200 Grumpy7 _43ED6F_check_party_races to IsDwarfPresentInParty
Tue, 17 Sep 2013 15:40:09 +0200 Nomad class IndoorCamera split into BLVRenderParams and ODMRenderParams
Sun, 15 Sep 2013 02:20:06 +0200 Grumpy7 sub_43EE77_ProbablyIfUnderwaterSuitIsEquipped to Player::HasUnderwaterSuitEquipped, sub_43EDB9_get_some_race_sex_relation_2 to ShouldLoadTexturesForRaceAndGender, Player_has_item to Player::HasItem
Tue, 10 Sep 2013 21:07:07 +0200 Nomad Allocator (CMemory) bye-bye
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)
Sat, 07 Sep 2013 20:05:20 +0200 Nomad assert, Abortf, AbortWithError -> Assert, Error