log

age author description
Thu, 18 Jul 2013 17:07:49 +0200 Nomad Fix to ticket #69 array_50A2B0 being accessed outside of bounds
Thu, 18 Jul 2013 16:51:35 +0200 Nomad Some LightmapBuilder renames.
Thu, 18 Jul 2013 16:11:57 +0200 Nomad More hardcoded UI colors moved to varibables.
Thu, 18 Jul 2013 14:43:06 +0200 Nomad .
Thu, 18 Jul 2013 14:42:54 +0200 Nomad Moved stru11, stru12 and some SW Rendering stuff to the archives.
Thu, 18 Jul 2013 04:08:20 +0200 Nomad Messed with spell effects drawing a bit.
Wed, 17 Jul 2013 00:40:15 +0200 Grumpy7 Merge
Wed, 17 Jul 2013 00:39:37 +0200 Grumpy7 sACModifier zeroed in player constructor so AC is not always 0(or -some value) ingame
Wed, 17 Jul 2013 00:29:58 +0200 Grumpy7 Player::SelectPhrasesTransaction finished, some constants changed to enum values, removed unused vars
Wed, 17 Jul 2013 00:19:33 +0200 Grumpy7 Player::SelectPhrasesTransaction redone
Tue, 16 Jul 2013 23:35:40 +0200 Grumpy7 Player::AddItem and Player::AddItem2 fixed my bug
Tue, 16 Jul 2013 20:51:29 +0200 Grumpy7 changed a few member variables in Player to slightly less confusing names
Tue, 16 Jul 2013 00:40:01 +0200 Grumpy7 Player::PutItemArInventoryIndex, Player::RemoveItemAtInventoryIndex cleanup, slightly simplified
Tue, 16 Jul 2013 00:20:17 +0200 Grumpy7 Player::AddItem2, Player::CreateItemInInventory2 cleanup
Tue, 16 Jul 2013 14:26:13 +0600 Ritor1 small commentary
Tue, 16 Jul 2013 14:11:43 +0600 Ritor1 Слияние
Tue, 16 Jul 2013 14:11:35 +0600 Ritor1 m
Tue, 16 Jul 2013 11:05:52 +0200 Nomad Fixed portal culling at extreme angles.
Tue, 16 Jul 2013 11:55:46 +0600 Ritor1 Слияние
Tue, 16 Jul 2013 11:55:36 +0600 Ritor1 PortalFrustrum
Tue, 16 Jul 2013 00:00:05 +0200 Grumpy7 Merge
Mon, 15 Jul 2013 23:59:04 +0200 Grumpy7 Player::AddItem, Player::WearItem cleanup
Mon, 15 Jul 2013 17:09:48 +0600 Ritor1 Слияние
Mon, 15 Jul 2013 17:09:22 +0600 Ritor1 m
Mon, 15 Jul 2013 15:03:56 +0600 Ritor1 Слияние
Mon, 15 Jul 2013 15:03:40 +0600 Ritor1 GetPortalScreenCoord fix
Mon, 15 Jul 2013 08:20:28 +0400 Gloval Merge
Mon, 15 Jul 2013 08:18:35 +0400 Gloval Merge
Mon, 15 Jul 2013 08:18:11 +0400 Gloval te cleaning continue.
Mon, 15 Jul 2013 02:37:03 +0200 Grumpy7 Player::CreateItemInInventory small bugfix from previous change
Mon, 15 Jul 2013 02:34:52 +0200 Grumpy7 Player::FindFreeInventorySlot and Player::CreateItemInInventory refactoring
Mon, 15 Jul 2013 02:14:39 +0200 Grumpy7 Fixing an ancient bug in sub_421B2C_PlaceInInventory_or_DropPickedItem
Mon, 15 Jul 2013 00:57:06 +0200 Grumpy7 Player::CanFitItem refactored
Mon, 15 Jul 2013 00:42:50 +0200 Grumpy7 Condition checking functions slightly renamed, some final changes in Player::SetCondition
Sun, 14 Jul 2013 23:22:43 +0200 Grumpy7 Moved condition checking to a separate class, extracted it from player::SetCondition
Sat, 13 Jul 2013 21:36:35 +0200 Grumpy7 Player::SetCondition added spaces for readability, fixed stoning and poisioning bug wit prot. from magic, using IsMale() function instead of case
Sat, 13 Jul 2013 17:13:45 +0200 Grumpy7 _449B57_test_bit(pParty->_quest_bits, 99) and _449B57_test_bit(pParty->_quest_bits, 100) changed to Party::IsPartyGood, Party::IsPartyEvil, respectively
Sat, 13 Jul 2013 16:52:00 +0200 Grumpy7 a few itemID changed to their enum values + added a few new ones
Sat, 13 Jul 2013 16:15:35 +0200 Grumpy7 Player::CanEquip_RaceAndAlignmentCheck fixed 3 missing return values, started using new race and gender functions, moved everything to a switch
Sat, 13 Jul 2013 16:05:24 +0200 Grumpy7 Player::CanEquip_RaceAndAlignmentCheck condition reorganizing, label removal, using GetSexByVoice()
Sat, 13 Jul 2013 13:14:05 +0200 Grumpy7 Player::CanAct, Player::CanSteal shortened a bit
Sat, 13 Jul 2013 13:12:21 +0200 Grumpy7 Player::_49327B to Player::ProfessionOrGuildFlagsCorrect, removed a huge section of the function that's never used (only 4 inputs used)
Sat, 13 Jul 2013 12:35:02 +0200 Grumpy7 Player::PlayEmotion removed unused variables, deleted a useless secion of code (unused calculations)
Sat, 13 Jul 2013 11:56:57 +0200 Grumpy7 Player::PlayEmotion simplified main condition, renamed a few expression enum vals
Sat, 13 Jul 2013 04:16:30 +0200 Grumpy7 Player::PlaySound cleanup
Sat, 13 Jul 2013 01:44:53 +0200 Grumpy7 Player::GetTempleHealCostModifier simplified
Sat, 13 Jul 2013 01:30:40 +0200 Grumpy7 Player::ItemsEnchant slight simplification
Sat, 13 Jul 2013 00:25:19 +0200 Grumpy7 Player::IsPlayerHealableByTemple final version
Fri, 12 Jul 2013 23:08:35 +0200 Grumpy7 Merge
Fri, 12 Jul 2013 23:07:14 +0200 Grumpy7 Player::_43EEF3 renamed to NothingOrJustBlastersEquipped
Thu, 11 Jul 2013 17:47:33 +0600 Ritor1 Слияние
Thu, 11 Jul 2013 17:47:12 +0600 Ritor1 Portals in indoor (continue)
Tue, 09 Jul 2013 18:01:15 +0400 Gloval TE m
Mon, 08 Jul 2013 01:04:42 +0400 Gloval TE continue
Sat, 06 Jul 2013 23:00:24 +0400 Gloval TE refactiring continue
Sat, 06 Jul 2013 00:29:29 +0400 Gloval turnengine refactoring continue
Fri, 05 Jul 2013 17:37:30 +0600 Ritor1 Слияние
Fri, 05 Jul 2013 17:37:12 +0600 Ritor1 shading terrain
Thu, 04 Jul 2013 09:21:57 +0600 Ritor1 Слияние
Thu, 04 Jul 2013 09:21:40 +0600 Ritor1 m
Wed, 03 Jul 2013 09:37:49 +0600 Ritor1 Слияние
Wed, 03 Jul 2013 09:37:43 +0600 Ritor1 m
Fri, 05 Jul 2013 08:51:37 +0400 Gloval turnengine refactor continue
Fri, 05 Jul 2013 01:46:44 +0400 Gloval turn engine file added
Wed, 03 Jul 2013 23:21:29 +0400 Gloval turn_based start fixed
Wed, 03 Jul 2013 01:06:41 +0400 Gloval turnbased start part cleaning
Tue, 02 Jul 2013 14:08:40 +0600 Ritor1 Слияние
Tue, 02 Jul 2013 14:08:30 +0600 Ritor1 m
Mon, 01 Jul 2013 09:26:35 +0600 Ritor1 Слияние
Mon, 01 Jul 2013 09:26:30 +0600 Ritor1 UIMSG_CastSpell_Telekinesis
Tue, 02 Jul 2013 01:15:03 +0200 Grumpy7 GetActual(stat) common code extracted
Tue, 02 Jul 2013 00:39:26 +0200 Grumpy7 GetActual(stat) functions changed to similar code
Mon, 01 Jul 2013 22:42:09 +0200 Grumpy7 removed weather.h from indoor.h
Mon, 01 Jul 2013 00:00:49 +0400 Gloval some vis clean
Fri, 28 Jun 2013 16:51:01 +0600 Ritor1 clickable_distance
Fri, 28 Jun 2013 11:34:15 +0600 Ritor1 Слияние
Fri, 28 Jun 2013 11:34:09 +0600 Ritor1 m
Wed, 26 Jun 2013 14:22:02 +0600 Ritor1 Слияние
Wed, 26 Jun 2013 14:21:55 +0600 Ritor1 m
Tue, 25 Jun 2013 11:31:22 +0600 Ritor1 Слияние
Tue, 25 Jun 2013 11:31:16 +0600 Ritor1 m
Tue, 25 Jun 2013 11:29:23 +0600 Ritor1 m
Wed, 26 Jun 2013 21:33:42 +0400 Gloval fix enter house error
Wed, 26 Jun 2013 00:22:57 +0400 Gloval books code splitted to separate files
Tue, 25 Jun 2013 00:05:51 +0400 Gloval added books h file
Mon, 24 Jun 2013 23:55:02 +0400 Gloval autonotes and quest tables overflow fixed
Mon, 24 Jun 2013 21:05:10 +0600 Ritor1 small fix
Mon, 24 Jun 2013 18:59:39 +0600 Ritor1 Слияние
Mon, 24 Jun 2013 18:59:11 +0600 Ritor1 m
Sun, 23 Jun 2013 14:27:57 +0600 Ritor1 Слияние
Sun, 23 Jun 2013 14:27:32 +0600 Ritor1 m
Sun, 23 Jun 2013 14:26:35 +0600 Ritor1 m
Sun, 23 Jun 2013 14:02:07 +0600 Ritor1 m
Mon, 24 Jun 2013 16:44:29 +0600 Ritor1 current portal loop
Mon, 24 Jun 2013 13:47:13 +0600 Ritor1 yellow points remove
Thu, 20 Jun 2013 15:24:09 +0600 Ritor1 new files in UI
Thu, 20 Jun 2013 12:16:47 +0600 Ritor1 folder UI
Wed, 19 Jun 2013 17:18:35 +0600 Ritor1 new folder UI
Wed, 19 Jun 2013 17:06:58 +0600 Ritor1 moving files mm7_x ending
Tue, 18 Jun 2013 17:28:11 +0600 Ritor1 moving files continue
Mon, 17 Jun 2013 17:34:01 +0600 Ritor1 moving files
Mon, 17 Jun 2013 09:09:30 +0600 Ritor1 Слияние
Mon, 17 Jun 2013 09:09:03 +0600 Ritor1 m
Fri, 14 Jun 2013 16:06:30 +0600 Ritor1 Слияние
Fri, 14 Jun 2013 16:06:20 +0600 Ritor1 m
Tue, 11 Jun 2013 17:31:03 +0600 Ritor1 Слияние
Tue, 11 Jun 2013 17:30:54 +0600 Ritor1 m
Mon, 10 Jun 2013 09:30:21 +0600 Ritor1 Слияние
Mon, 10 Jun 2013 09:30:12 +0600 Ritor1 m
Sat, 15 Jun 2013 23:58:32 +0600 Ritor1 Слияние
Sat, 15 Jun 2013 23:58:19 +0600 Ritor1 shot from a bow and more
Sat, 15 Jun 2013 17:39:20 +0600 Ritor1 Слияние
Sat, 15 Jun 2013 17:39:01 +0600 Ritor1 m
Sat, 15 Jun 2013 09:55:27 +0600 Ritor1 Слияние
Sat, 15 Jun 2013 09:55:07 +0600 Ritor1 m
Sat, 15 Jun 2013 21:23:33 +0400 Gloval bugfix PID_ID(v2->spell_caster_pid)==1000
Sat, 15 Jun 2013 12:33:13 +0100 zipi * indoor working
Sat, 15 Jun 2013 07:52:05 +0200 Grumpy7 changed Player::_4B6FF9 to Player::IsPlayerHealableByTemple
Sat, 15 Jun 2013 07:50:08 +0200 Grumpy7 header stuff
Sat, 15 Jun 2013 07:30:26 +0200 Grumpy7 changed sub_467E7F_EquipBody to Player::EquipBody, some more header file stuff
Sat, 15 Jun 2013 06:51:04 +0200 Grumpy7 renamed a few unnamed functions
Sat, 15 Jun 2013 05:08:48 +0200 Grumpy7 Player::_4B807C changed to Player::GetTempleHealCostModifier, cleaned up
Sat, 15 Jun 2013 03:00:36 +0200 Grumpy7 PlayerCreation_ComputeAttributeBonus cleanup
Sat, 15 Jun 2013 02:31:27 +0200 Grumpy7 Player::DecreaseAttribute cleanup
Sat, 15 Jun 2013 02:23:04 +0200 Grumpy7 Player::GetSkillIdxByOrder cleanup - extracting common branch bodies
Sat, 15 Jun 2013 02:15:03 +0200 Grumpy7 Player::GetSkillIdxByOrder cleanup - changing cycles to fors
Sat, 15 Jun 2013 01:58:19 +0200 Grumpy7 inserted missing pragma pack(pop)
Sat, 15 Jun 2013 01:22:17 +0400 Gloval guiwindow funcs cleanup
Thu, 13 Jun 2013 23:41:42 +0400 Gloval some fixes in normals
Thu, 13 Jun 2013 07:23:54 +0200 Grumpy7 Merge
Thu, 13 Jun 2013 07:21:26 +0200 Grumpy7 more sounds playing
Thu, 13 Jun 2013 00:56:22 +0400 Gloval Merge
Thu, 13 Jun 2013 00:53:51 +0400 Gloval arcomage renaming&cleaning
Wed, 12 Jun 2013 21:07:34 +0200 Grumpy7 included header cleanup
Wed, 12 Jun 2013 15:13:45 +0200 Grumpy7 Merge
Wed, 12 Jun 2013 15:12:38 +0200 Grumpy7 Player::SetVariable cleanup - preparing to remove LABEL_111 and LABEL_112
Wed, 12 Jun 2013 04:14:33 +0200 Grumpy7 Player::SetVariable cleanup - removing unused variables and function calls with them, some case shuffling
Wed, 12 Jun 2013 03:59:08 +0200 Grumpy7 Player::SetVariable cleanup - removed some labels at the cost of 2 extra small functions
Wed, 12 Jun 2013 12:06:42 +0400 Gloval Merge
Wed, 12 Jun 2013 12:05:39 +0400 Gloval arcomage playable
Tue, 11 Jun 2013 23:10:30 +0200 Grumpy7 zero size array warning in guifont silenced
Tue, 11 Jun 2013 22:18:20 +0200 Grumpy7 more included header cleanup
Tue, 11 Jun 2013 18:52:42 +0200 Grumpy7 included header cleanup
Tue, 11 Jun 2013 15:26:53 +0200 Grumpy7 Merge
Tue, 11 Jun 2013 15:24:05 +0200 Grumpy7 Player::SetVariable cleanup - moved around some cases to group similar types together, some cases reordered according to enum values
Mon, 10 Jun 2013 04:16:49 +0200 Grumpy7 aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls
Mon, 10 Jun 2013 03:57:16 +0200 Grumpy7 aWinProc cleanup - extracting conditions to a separate function
Mon, 10 Jun 2013 03:41:30 +0200 Grumpy7 aWinProc cleanup - fixing bad condition, exctracting common code from conditions, part 1
Tue, 11 Jun 2013 10:57:29 +0400 Gloval m
Tue, 11 Jun 2013 10:45:19 +0400 Gloval spelling fix and macros optimise
Tue, 11 Jun 2013 08:49:04 +0400 Gloval acromage - apply card
Sun, 09 Jun 2013 23:53:01 +0200 Grumpy7 Merge
Sun, 09 Jun 2013 23:51:53 +0200 Grumpy7 fixing monster portrait not drawing when rightclicking + out of bounds error when opening inventory
Mon, 10 Jun 2013 00:09:36 +0400 Gloval Merge
Mon, 10 Jun 2013 00:09:21 +0400 Gloval fix in arcomagecards
Mon, 10 Jun 2013 00:57:51 +0600 Ritor1 m
Mon, 10 Jun 2013 00:37:21 +0600 Ritor1 Слияние
Mon, 10 Jun 2013 00:37:03 +0600 Ritor1 m
Sun, 09 Jun 2013 21:48:48 +0600 Ritor1 Слияние
Sun, 09 Jun 2013 21:48:34 +0600 Ritor1 m
Sun, 09 Jun 2013 21:10:32 +0600 Ritor1 Слияние
Sun, 09 Jun 2013 21:10:18 +0600 Ritor1 m
Sun, 09 Jun 2013 16:39:08 +0600 Ritor1 Слияние
Sun, 09 Jun 2013 16:38:54 +0600 Ritor1 m
Sun, 09 Jun 2013 10:18:51 +0600 Ritor1 Слияние
Sun, 09 Jun 2013 10:16:10 +0600 Ritor1 m
Sat, 08 Jun 2013 15:45:44 +0600 Ritor1 Слияние
Sat, 08 Jun 2013 15:45:31 +0600 Ritor1 m
Fri, 07 Jun 2013 22:27:51 +0600 Ritor1 Слияние
Fri, 07 Jun 2013 22:24:11 +0600 Ritor1 m
Wed, 05 Jun 2013 21:00:45 +0600 Ritor1 Слияние
Wed, 05 Jun 2013 21:00:11 +0600 Ritor1 m
Sun, 02 Jun 2013 22:02:33 +0600 Ritor1 Слияние
Sun, 02 Jun 2013 22:02:26 +0600 Ritor1 m
Sun, 02 Jun 2013 15:14:30 +0600 Ritor1 Слияние
Sun, 02 Jun 2013 15:14:22 +0600 Ritor1 m
Sun, 09 Jun 2013 21:42:01 +0400 Gloval Merge
Sun, 09 Jun 2013 21:40:17 +0400 Gloval arcomage card animation working
Sun, 09 Jun 2013 17:35:10 +0200 Grumpy7 sprintf didn't use .data member of new arrays
Sun, 09 Jun 2013 16:30:07 +0200 Grumpy7 removing ArcomageCard array
Sun, 09 Jun 2013 16:27:57 +0200 Grumpy7 merge
Sun, 09 Jun 2013 16:06:12 +0200 Grumpy7 simplified stru193_math constructor and class definition
Sun, 09 Jun 2013 16:04:02 +0200 Grumpy7 SoundSetAction to std::array
Sun, 09 Jun 2013 16:37:31 +0400 Gloval Merge
Sun, 09 Jun 2013 16:36:24 +0400 Gloval fix HouseNpcdata array addresiing
Sun, 09 Jun 2013 11:27:57 +0100 zipi fix for crash on main menu
Sun, 09 Jun 2013 13:20:34 +0400 Gloval more on arcomage
Sun, 09 Jun 2013 01:41:55 +0200 Grumpy7 Merge
Sun, 09 Jun 2013 01:30:36 +0200 Grumpy7 arrays to std::arrays phase 3 - finishing global arrays
Sun, 09 Jun 2013 01:10:49 +0200 Grumpy7 arrays to std::arrays phase 2 - some more arrays converted
Sun, 09 Jun 2013 00:30:48 +0200 Grumpy7 arrays to std::arrays phase 2 - mm7_data.h converted
Sat, 08 Jun 2013 21:47:29 +0200 Grumpy7 hopefully correct merge
Sat, 08 Jun 2013 21:40:49 +0200 Grumpy7 Merge
Sat, 08 Jun 2013 21:33:22 +0200 Grumpy7 arrays to std::arrays phase 1
Sun, 09 Jun 2013 01:05:02 +0400 Gloval m
Sun, 09 Jun 2013 00:57:17 +0400 Gloval Cards drawn
Sat, 08 Jun 2013 22:48:38 +0400 Gloval m
Sat, 08 Jun 2013 22:46:30 +0400 Gloval Merge
Sat, 08 Jun 2013 22:41:45 +0400 Gloval mostly arcomage structs renaming.
Sat, 08 Jun 2013 19:34:33 +0200 Grumpy7 ArcomageCard pCards link error fix
Fri, 07 Jun 2013 23:46:57 +0100 zipi indoor sub_424829
Sat, 08 Jun 2013 01:19:15 +0400 Gloval arcomage ui partialy drawn
Fri, 07 Jun 2013 13:43:24 +0600 Ritor1 m
Fri, 07 Jun 2013 13:24:56 +0600 Ritor1 come back
Fri, 07 Jun 2013 13:20:59 +0600 Ritor1 m
Fri, 07 Jun 2013 13:20:37 +0600 Ritor1 ArcomageCard array
Fri, 07 Jun 2013 11:31:20 +0600 Ritor1 Слияние
Fri, 07 Jun 2013 11:31:11 +0600 Ritor1 m
Fri, 07 Jun 2013 11:30:29 +0600 Ritor1 BspRernderer refactoring continued
Fri, 07 Jun 2013 08:51:31 +0400 Gloval more on arcomage 2
Fri, 07 Jun 2013 01:32:17 +0400 Gloval more on acromage
Thu, 06 Jun 2013 08:33:43 +0400 Gloval arcomage refactoring continued
Thu, 06 Jun 2013 00:58:07 +0400 Gloval arcomage refactoring started
Wed, 05 Jun 2013 15:45:59 +0200 Grumpy7 Merge
Wed, 05 Jun 2013 15:45:05 +0200 Grumpy7 temporary house visit crash fix
Wed, 05 Jun 2013 17:40:17 +0600 Ritor1 Слияние
Wed, 05 Jun 2013 17:40:09 +0600 Ritor1 sub_424829
Tue, 04 Jun 2013 09:44:53 +0600 Ritor1 Слияние
Tue, 04 Jun 2013 09:35:16 +0600 Ritor1 m
Mon, 03 Jun 2013 09:32:05 +0600 Ritor1 Слияние
Mon, 03 Jun 2013 09:10:21 +0600 Ritor1 m
Fri, 31 May 2013 09:54:44 +0600 Ritor1 Слияние
Fri, 31 May 2013 09:54:33 +0600 Ritor1 m
Fri, 24 May 2013 10:53:46 +0600 Ritor1 Слияние
Fri, 24 May 2013 10:53:33 +0600 Ritor1 SelectionFacetIntersectionList
Thu, 23 May 2013 17:17:12 +0600 Ritor1 Слияние
Thu, 23 May 2013 17:17:01 +0600 Ritor1 m
Wed, 05 Jun 2013 01:00:40 +0400 Gloval fonts all cleaned
Tue, 04 Jun 2013 18:29:35 +0200 Grumpy7 pPartyBuffs - change plain numbers to enums
Tue, 04 Jun 2013 08:28:20 +0400 Gloval font cleaning
Tue, 04 Jun 2013 03:21:21 +0200 Grumpy7 temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Tue, 04 Jun 2013 02:03:43 +0200 Grumpy7 RenderHWLContainer::RenderHWLContainer, Render::SetPixel, Render::ChangeBetweenWinFullscreenModes cleanup
Tue, 04 Jun 2013 01:41:12 +0200 Grumpy7 Merge
Tue, 04 Jun 2013 01:40:53 +0200 Grumpy7 RenderHWLContainer::Release cleanup
Tue, 04 Jun 2013 01:38:18 +0400 Gloval Merge
Tue, 04 Jun 2013 01:37:23 +0400 Gloval font cleaning
Mon, 03 Jun 2013 23:26:05 +0200 Grumpy7 Render::DrawProjectile cleanup (correct)
Mon, 03 Jun 2013 23:25:13 +0200 Grumpy7 Merge
Mon, 03 Jun 2013 23:24:29 +0200 Grumpy7 Backed out changeset: 38662d9c8be8
Mon, 03 Jun 2013 23:20:42 +0200 Grumpy7 Render::DrawProjectile restoring cleanup