summaryrefslogtreecommitdiff
path: root/src/localconsts.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-15remove use internal guichan flag.Andrei Karas1-7/+0
2014-01-30Fix code style.Andrei Karas1-0/+2
2014-01-27Mark external guichan usage as depricated.Andrei Karas1-0/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-19Add support for noexcept in old compilers.Andrei Karas1-0/+2
2013-12-17add restrict keyword into dye class.Andrei Karas1-0/+2
2013-09-23disable writing log into Adnroid log.Andrei Karas1-1/+1
2013-09-22fix compilation and partial running with SDL2 on Android.Andrei Karas1-1/+1
2013-09-15add RWops leaks reporting.Andrei Karas1-0/+3
2013-08-29fix some more missign checks.Andrei Karas1-1/+1
2013-08-29fix compilation error.Andrei Karas1-1/+3
2013-08-29move SDL2 preprocessor checks into localconsts.hAndrei Karas1-0/+13
2013-08-29add file access fuzzer.Andrei Karas1-0/+3
2013-08-26add surface allocation debug code.Andrei Karas1-0/+3
2013-08-25add partial support for software mode with SDL2.Andrei Karas1-1/+1
2013-08-25add code for image creation/deletion.Andrei Karas1-0/+3
2013-08-14Fix outline color issues.Andrei Karas1-0/+2
2013-04-25disable debug flag for sdl font.Andrei Karas1-1/+1
2013-04-24add command for test perfomance in sdlfont calculation.Andrei Karas1-0/+1
2013-04-14another fixes from cpplint.Andrei Karas1-12/+12
2013-04-12fix tcp tuning options usage.Andrei Karas1-0/+1
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-0/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-16Add macro for for and iterators.Andrei Karas1-0/+3
2012-12-14Disable Android log.Andrei Karas1-1/+1
2012-11-20Add debug option to show draw calls per frame.Andrei Karas1-0/+3
2012-11-17Add a bit constexpr.Andrei Karas1-0/+2
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+5
2012-10-30Add unused warnings to some files.Andrei Karas1-0/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-15Extend Android logger.Andrei Karas1-0/+3
2012-10-10Fix compilation issues with different flags.Andrei Karas1-2/+2
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+7
2012-09-30Improve debuging resource allocation.Andrei Karas1-0/+1
2012-09-29Fix compilation with gcc 4.6v1.2.9.30Andrei Karas1-0/+7
2012-09-23fix code style.Andrei Karas1-4/+3
2012-09-22Add final keyword to most classes.Andrei Karas1-0/+2
2012-07-30Fix code style.Andrei Karas1-0/+5
2012-06-30Extend leak detection features.Andrei Karas1-0/+1
2012-06-30Add debug option with disabled images caching.Andrei Karas1-0/+1
2012-06-28Add debug for binding textures.Andrei Karas1-0/+1
2012-06-22Fix compilation warnings in windows builds.Andrei Karas1-1/+1
2012-04-21Add ability to remove old unused keys from configuration file.Andrei Karas1-0/+2
2012-02-08Fix code style with new tool.Andrei Karas1-1/+1
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-0/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-0/+6
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-0/+24