0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed image links on `README.md`
alexdantas
as Alexandre Dantas
More... over 9 years ago
Fixed a problem where bold colors were not activated
alexdantas
as Alexandre Dantas
More... over 9 years ago
And now you can customize the GUI colors
alexdantas
as Alexandre Dantas
More... over 9 years ago
Now you can also change the Fruit color
alexdantas
as Alexandre Dantas
More... over 9 years ago
You can customize the Player colors on the configuration file!
alexdantas
as Alexandre Dantas
More... over 9 years ago
Merged commit I forgot to push
alexdantas
as Alexandre Dantas
More... over 9 years ago
`Utils::String::split()` does not trim anymore (closes #18)
alexdantas
as Alexandre Dantas
More... over 9 years ago
Made Ncurses `WINDOW*` private, on the Window class
alexdantas
as Alexandre Dantas
More... over 9 years ago
Removed obsolete code on `Window`
alexdantas
as Alexandre Dantas
More... over 9 years ago
Removed some useless code
alexdantas
as Alexandre Dantas
More... over 9 years ago
Commented on `Ncurses`
alexdantas
as Alexandre Dantas
More... over 9 years ago
Commented on `Color`, `ColorPair` and `Colors`
alexdantas
as Alexandre Dantas
More... over 9 years ago
Split `Utils::Base64` to its own file
alexdantas
as Alexandre Dantas
More... over 9 years ago
Split `Utils::File` to its own file
alexdantas
as Alexandre Dantas
More... over 9 years ago
Split `Utils::String` to its own file
alexdantas
as Alexandre Dantas
More... over 9 years ago
Made `StateManager::run` start with the first state
alexdantas
as Alexandre Dantas
More... over 9 years ago
Commented a bit on `Globals`
alexdantas
as Alexandre Dantas
More... over 9 years ago
Commented a bit on `InputManager`
alexdantas
as Alexandre Dantas
More... over 9 years ago
`StateManager` is completely intependent of the user game now
alexdantas
as Alexandre Dantas
More... over 9 years ago
Removed awful arguments and return values from `GameState::load` and `GameState::unload`
alexdantas
as Alexandre Dantas
More... over 9 years ago
Removed awful return values from all `GameState::update()` functions
alexdantas
as Alexandre Dantas
More... over 9 years ago
Made possible for the GameStates to change from one to another
alexdantas
as Alexandre Dantas
More... over 9 years ago
First state on `StateManager` is not hardcoded anymore
alexdantas
as Alexandre Dantas
More... over 9 years ago
Made the `ColorPair` conversion take in consideration `is_bold`
alexdantas
as Alexandre Dantas
More... over 9 years ago
Made possible to convert between `Color`/`ColorPair` and std::string
alexdantas
as Alexandre Dantas
More... over 9 years ago
Fixed borders on the Main Menu
alexdantas
as Alexandre Dantas
More... over 9 years ago
Remade the way the `Colors` module work
alexdantas
as Alexandre Dantas
More... over 9 years ago
Commented the `Colors` module
alexdantas
as Alexandre Dantas
More... over 9 years ago
Cleaned up minor thingy on `StateManager` and `main.cpp`
alexdantas
as Alexandre Dantas
More... over 9 years ago
Made `Window` have borders by default, according to `EngineGlobals`
alexdantas
as Alexandre Dantas
More... over 9 years ago