Age | Commit message (Expand) | Author |
2016-08-26 | DM: Add F0392_MENUS_BuildSpellAreaLine | Bendegúz Nagy |
2016-08-26 | DM: Fix unused viewport in DisplayMan::clearScreenBox | Bendegúz Nagy |
2016-08-26 | DM: Fix compilation on GCC | Strangerke |
2016-08-26 | DM: Add F0157_DUNGEON_GetSquareFirstThingData, F0377_COMMAND_ProcessType80_Cl... | Bendegúz Nagy |
2016-08-26 | DM: Add standard GPLv2 header | Bendegúz Nagy |
2016-08-26 | DM: Add F0291_CHAMPION_DrawSlot, G0425_aT_ChestSlots and constructor to View... | Bendegúz Nagy |
2016-08-26 | DM: Add some default statements in switches, change the scope of namespace DM... | Strangerke |
2016-08-26 | DM: Add several functions realted to text display | Bendegúz Nagy |
2016-08-26 | DM: Initialize some variables | Bendegúz Nagy |
2016-08-26 | Add: TextMan, font loading and basic text display | Bendegúz Nagy |
2016-08-26 | DM: Silent two more GCC warnings | Strangerke |
2016-08-26 | DM: Fix another GCC warning and a bug | Strangerke |
2016-08-26 | DM: Add fix gDungeonViewport, some comments | Bendegúz Nagy |
2016-08-26 | DM: Add blitToScreen using Box | Bendegúz Nagy |
2016-08-26 | DM: Add F0355_INVENTORY_Toggle_CPSE | Bendegúz Nagy |
2016-08-26 | DM: Add D24_FillScreenBox | Bendegúz Nagy |
2016-08-26 | DM: Some more renaming | Strangerke |
2016-08-26 | DM: Some more renaming, remove extra semi-column | Strangerke |
2016-08-26 | DM: Some renaming | Strangerke |
2016-08-26 | DM: Fix compilation on MSVC9 | Strangerke |
2016-08-26 | DM: Add champion POD and it's enums | Bendegúz Nagy |
2016-08-26 | DM: Add mouse input processing and display for movement arrows | Bendegúz Nagy |
2016-08-26 | DM: Add mouseclick processing | Bendegúz Nagy |
2016-08-26 | DM: Move some structs to header in gfx | Strangerke |
2016-08-26 | DM: Fix Frame initializations | Strangerke |
2016-08-26 | DM: Fix some compilation errors under MSVC9 | Strangerke |
2016-08-26 | DM: Add blitToBitmapShrinkWithPalChange | WinterGrascph |
2016-08-26 | DM: Add isDrawnWallOrnAnAlcove function | WinterGrascph |
2016-08-26 | DM: Add global variable dependencies for isDrawnWallOrnAnAlcove | WinterGrascph |
2016-08-26 | DM: Add stairs display | WinterGrascph |
2016-08-26 | DM: Add wall flipping display | WinterGrascph |
2016-08-26 | DM: Add the partial drawing of dungeonwalls | WinterGrascph |
2016-08-26 | DM: Add flipped wall bitmaps | WinterGrascph |
2016-08-26 | DM: Add viewsquare enum | WinterGrascph |
2016-08-26 | DM: Fix destructor and allocation issues in DungeonMan and DisplayMan | WinterGrascph |
2016-08-26 | DM: Add some draw dungeon dependencies | WinterGrascph |
2016-08-26 | DM: Finish implementing ornament masks in DungeonMan::getSquare | WinterGrascph |
2016-08-26 | DM: Add dungeonman.o to module.mk, fix _bitmaps memory leak | WinterGrascph |
2016-08-26 | DM: Refactor Frame POD | WinterGrascph |
2016-08-26 | DM: Add loadWallSet(..) and loadFloorSet(..) | WinterGrascph |
2016-08-26 | DM: Add drawDungeon test code | WinterGrascph |
2016-08-26 | DM: Implement Dungeon.dat file parsing, add relevant structures | WinterGrascph |
2016-08-26 | DM: Add support for viewports with blitting | WinterGrascph |
2016-08-26 | DM: Delete TOBE2 macro, use READ_BE_UINT16 instead | WinterGrascph |
2016-08-26 | DM: Fix constant and global variable names according to coding conventions | WinterGrascph |
2016-08-26 | DM: Rewrite blitting methods, revise FRAME POD | WinterGrascph |
2016-08-26 | DM: Add horizontal and vertical bitmap flipping | WinterGrascph |
2016-08-26 | DM: Refactor DisplayMan::DrawFrame and Frame POD | WinterGrascph |
2016-08-26 | DM: Add support for transparency in blitting | WinterGrascph |
2016-08-26 | DM: Add support for drawing portions of bitmaps | WinterGrascph |