log UI/UiGame.cpp @ 2097:2b39f6b451f9

age author description
Fri, 13 Dec 2013 11:51:51 +0600 Ritor1 Minimap fix
Thu, 12 Dec 2013 13:55:42 +0600 Ritor1 enums and BLV_UpdateDoors()
Wed, 04 Dec 2013 08:50:24 +0400 Gloval some text rendering fix
Tue, 03 Dec 2013 21:25:05 +0200 Nomad Minimap's drawing
Tue, 03 Dec 2013 20:18:17 +0200 Nomad 32bits almost there
Thu, 28 Nov 2013 17:12:50 +0600 Ritor1 Time.h rename
Fri, 22 Nov 2013 10:34:22 +0200 Nomad Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Sun, 17 Nov 2013 23:26:44 +0600 Ritor1 History book fix
Mon, 11 Nov 2013 23:57:02 +0600 Ritor1 monster_info_distance_limit
Mon, 11 Nov 2013 22:03:16 +0600 Ritor1 WritePointedObjectStatusString() clear
Mon, 11 Nov 2013 21:01:54 +0600 Ritor1 WritePointedObjectStatusString() fix
Mon, 11 Nov 2013 19:05:44 +0600 Ritor1 ChestUI_WritePointedObjectStatusString() fix
Mon, 11 Nov 2013 17:37:38 +0600 Ritor1 WritePointedObjectStatusString(continue)2
Sun, 10 Nov 2013 23:08:20 +0600 Ritor1 WritePointedObjectStatusString(continue)
Sun, 10 Nov 2013 21:13:29 +0600 Ritor1 m
Sat, 09 Nov 2013 00:15:18 +0600 Ritor1 Footer text for items fix
Tue, 05 Nov 2013 21:55:52 +0000 zipi constructor functions
Fri, 01 Nov 2013 17:29:49 +0600 Ritor1 small fix
Wed, 30 Oct 2013 00:47:37 -0700 Grumpy7 changing most of auto types to their actual types
Fri, 11 Oct 2013 09:19:40 +0200 Grumpy7 changing global char* vars to const char* vars
Fri, 11 Oct 2013 07:04:19 +0200 Grumpy7 party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Fri, 11 Oct 2013 05:49:39 +0200 Grumpy7 cleaned up part of party.cpp, renamed byte_AE3368 to playerAlreadyPicked + 3 vars after it, moved them to party.cpp, some player.cpp bugfixes
Wed, 09 Oct 2013 09:08:15 +0200 Grumpy7 Changing arrays in class Player to std::array
Wed, 09 Oct 2013 08:09:48 +0200 Grumpy7 Merge