1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed accidental vim swap file commit More... over 10 years ago
Fixed includes in all files Fixed makefile to build the moved files Removed ImageLoader_png.h because it was obsolete More... over 10 years ago
Renamed ConsoleStreamListener to StreamListener More... over 10 years ago
Moved sources to subdirectories. Removed Aeon* prefix from all files Updated makefile More... over 10 years ago
Added PNG and ZLIB to the cmake build More... over 10 years ago
Fixed additional ompiler flags not working on windows in cmake More... over 10 years ago
Added functionality for searching for the libraries in a /dep/ subfolder on windows More... over 10 years ago
Further work on cmake files. The project now builds on linux More... over 10 years ago
Fixed warning about unused variables More... over 10 years ago
Added work in progress CMAKE support More... over 10 years ago
Updated makefile for nicer output More... over 10 years ago
Replaced iterator loops with the nicer c++11 syntax. More... over 10 years ago
Fixed some warnings More... over 10 years ago
Register the PNG codec More... over 10 years ago
Implemented delta time Some refactoring More... over 10 years ago
Changed some pointers to shared pointers More... over 10 years ago
Got rid of some PVS studio warnings More... over 10 years ago
Removed the old PNG imageloader class (was unused) Added the c++11 sauce More... over 10 years ago
Merge branch 'HEAD' of http://192.168.1.101/git/aeon/engine.git More... over 10 years ago
Changed the console StdOut listener to a generic stream listener Added default stream name Implemented IOstream (for stdin and stdout) More... over 10 years ago
Updated gitignore More... over 10 years ago
Removed unused makefile More... over 10 years ago
Added makefile Fixed some linux build issues More... over 10 years ago
Some bugfixes in image loading More... over 10 years ago
Implemented PNG decoding (untested) More... over 10 years ago
Work in progress implementation for ImageCodecs and Streams More... over 10 years ago
Implemented MemoryStream Added more functionality to the Buffer Moved some default functionality to the Stream baseclass More... over 10 years ago
More work on memory streams More... over 10 years ago
Some interface changes to streams More... over 10 years ago
The ConfigFile class now uses Aeon::Stream instead of just a file. More... over 10 years ago