Feature/d01 display resolution#33
Open
manuelaidos123 wants to merge 3 commits intoid-Software:masterfrom
Open
Conversation
Significant changes to bring the codebase up to modern standards
while maintaining compatibility with original game mechanics.
* doomdef.h:
Changed default resolution to proper 4:3 aspect ratio (320x240).
Added support for configurable higher resolutions.
* i_sound.c:
Removed external SNDSERV dependency.
Implemented integrated sound system with 44.1kHz/16-bit/stereo support.
Added sound pre-caching system.
* Makefile:
Switched to g++ compiler.
Added C++11 support and modern compilation flags.
Reorganized build system for modular structure.
* game/game.h (NEW):
Created new modular structure separating game logic from engine.
Implemented modern class-based architecture.
* m_config.h (NEW):
Added flexible configuration system.
Support for runtime video/audio settings.
Added language configuration support.
* i_input.h (NEW):
Modern input handling system.
Added gamepad support.
Improved mouse handling.
* z_zone.h:
Modernized memory management.
Added memory tracking and statistics.
Implemented garbage collection and defragmentation.
* Build now requires C++11 capable compiler.
Memory requirements increased for higher resolution support.
Original game mechanics and WAD compatibility maintained.
Author
|
If possible Review the changes and merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes on display resolution