Commit Graph

66 Commits

Author SHA1 Message Date
Cruel 62e7cf5781 Implement audio, some code cleanup, fix default font loading 2015-11-25 00:38:01 -05:00
Cruel 0ef129430d Add color to Console 2015-11-23 00:43:32 -05:00
Cruel f59ed57425 Change I18n to use Utf32 2015-11-23 00:37:32 -05:00
Cruel 0d07ddf171 Fix travis/cmake scripts 2015-10-05 20:08:19 -04:00
Cruel 26c1836d83 Replace NULL with zeros 2015-09-29 03:05:28 -04:00
Cruel b1f7a1cd5d Add Shader::Default and GLSL emu compatibility 2015-09-28 14:53:21 -04:00
Cruel d4146018b9 Update SoundBuffer with LinearAllocator 2015-09-27 00:32:11 -04:00
Cruel f0ba143a7f Replace Resources with romfs, fix CMake structure and add FileSystem to accommodate it 2015-09-19 02:21:00 -04:00
Cruel 8ea0ab300c Update Service class and modify Console a little 2015-09-16 17:39:23 -04:00
Cruel f407f9e364 Implement basic I18n class 2015-09-16 16:33:31 -04:00
Cruel 3a4529f192 Update Shader::loadBinary to accept geoshaders too 2015-09-03 02:53:00 -04:00
Cruel 87fa1f0cf3 Create LinearAllocator for STL containers and override Vertex new/delete operators 2015-09-02 16:40:29 -04:00
Cruel 1e125c7ddc Fix typos 2015-09-01 18:19:19 -04:00
Cruel f2c557c5c1 Add portlibs to CMake and Services to System.hpp 2015-08-29 01:13:47 -04:00
Cruel d460f68ca1 Complete Thread implementation 2015-08-29 01:13:07 -04:00
Cruel e43231932f Add Service::isEnabled() 2015-08-22 23:13:16 -04:00
Cruel aa9b884df3 Change Console init method and add memory monitor 2015-08-22 23:10:30 -04:00
Cruel 2e4ceb5bae Initial SFML audio port 2015-08-22 23:05:27 -04:00
Cruel c97f798c74 Fix Window header 2015-08-20 17:03:39 -04:00
Cruel 421d66e88b Fix GLEW conflict with QT? 2015-08-20 16:52:21 -04:00
Cruel 726fe30a4e Change Emulator to autostart game at launch 2015-08-17 14:29:42 -04:00
Cruel be5e4215e0 Clean up OpenGL header and add Console.hpp to Graphics 2015-08-17 14:04:37 -04:00
Cruel 51b51a84df Remove old and deleted header includes 2015-08-17 14:01:06 -04:00
Cruel 7a0767fd5b Shader loadProgram => loadBinary 2015-08-17 14:00:21 -04:00
Cruel b4eca7f644 Add core_resources and Font loading from resources 2015-08-17 13:58:38 -04:00