63 Commits (baab23980e695b850b5d62841a308ebb5dfb26c3)

Author SHA1 Message Date
shariq baab23980e Added option to read/write files from installation directory or user preferences directory 8 years ago
shariq bd96f9ab45 Added saving input maps to file 8 years ago
shariq 529629d32b Fixed bug in input map creation 8 years ago
shariq 8fa5278dc6 Fixed bugs related to multiple modifier detection 8 years ago
shariq 77737dfd3c Added modifiers to keymaps 8 years ago
shariq c81d3f9d12 Added reading configuration from config_vars and config.cfg located at root folder of assets 8 years ago
shariq 4ddb5576cd Implemented better handling of init failure, fixed input 'lag' and fullscreen bugs by recompiling SDL2 with automake and more libraries installed 8 years ago
shariq 5c5ac44b98 Fixed some errors pointed out by valgrind 8 years ago
shariq ff51f3f990 Added foreach loop macro for hashmaps 9 years ago
Shariq Shah c7f3d480ea variants can now be parsed from strings 9 years ago
Shariq Shah b1f20862f2 Added conversion to string for variant 9 years ago
Shariq Shah faa40bb206 Added string and boolean types to variant 9 years ago
Shariq Shah fb77575f04 Fixed bugs with key release by changing key polling behaviour 9 years ago
Shariq Shah e95074a904 Fixed mouse bug on windows, recompiled and added SDL2 and OpenAL for windows 9 years ago
Shariq Shah 14992ad143 Fixed glaring bug in al_check macro 9 years ago
Shariq Shah e43b3aa324 Added OpenAL-soft for sound playback 9 years ago
Shariq Shah f8a88791f1 Added support for registering and view live debug variable data in editor 9 years ago
Shariq Shah 6775ebc612 Cameras can now be marked for automatic resize on window resize event 9 years ago
Shariq Shah 598ac1c5cf Added window to render settings to editor ui and updated nuklear version 9 years ago
Shariq Shah 97ac88e7da Began work on editor and fixed bug with mousewheel events 9 years ago
Shariq Shah 4a091cea9a Added toggleable draw modes, GL_TRIANGLES, GL_POINTS and GL_LINES along with initial work on debug rendering 9 years ago
Shariq Shah 8210ba663c Modified camera fbos to not create renderbuffers for color instead they always create texture 9 years ago
Shariq Shah 6909a1cda6 Added support for resizeable framebuffers and textures. Improved management of textures/renderbuffers attached to framebuffers 9 years ago
Shariq Shah 19da9025a5 Added functionality to set current gui font and copied themes from nuklear examples 9 years ago
Shariq Shah 9007024b26 Initial integration of nuklear as gui framework and minor additions/tweaks all around the codebase 9 years ago
Shariq Shah 1c031802d0 Made several modifications, fixes and additions to compile and run on windows 9 years ago
Shariq Shah b151e2d52f Fixed mousebutton and relative mouse movement bugs 9 years ago
Shariq Shah e2bf6e4816 Replaced GLFW with SDL2 and GLEW with custom GL loader. Abstracted most platform code to single header and source files 9 years ago
Shariq Shah 80a1f36bbd Added Fog 9 years ago
Shariq Shah 4d52269b68 Fixed issues with non-uniform scale and normals 9 years ago
Shariq Shah b826b66fae Switched to Blinn_Phong speculars 9 years ago
Shariq Shah b53dcf287e Added spot lights 9 years ago
Shariq Shah c9cdfb5fff Added directional lights and removed some unused code 9 years ago
Shariq Shah 08a7b96ace Reverted to forward rendering, added default values for uniforms 9 years ago
Shariq Shah 84ff35053c Fixed texture units' issue 9 years ago
Shariq Shah f815dafd82 Implemented rendering vertex data to gbuffer 9 years ago
Shariq Shah bb3abf5e00 Added shaders required so far and default assets 9 years ago
Shariq Shah 13465911d7 Added bounding volume computation and frustum culling 10 years ago
Shariq Shah 69122f081d Added separate clear color for each camera 10 years ago
Shariq Shah ed1edf44ce Implemented resolution independent rendering and RTT 10 years ago
Shariq Shah 568d03f155 Added render to texture support 10 years ago
Shariq Shah 3f4e84d6d3 Added fbos and changed texture creation 10 years ago
Shariq Shah d2ee943995 Added texture support to materials 10 years ago
Shariq Shah 1bc7fc4e9e added simple materials 10 years ago
Shariq Shah 77b93bc480 Added support for RLE encoded tga images 10 years ago
Shariq Shah fc10cb9357 Added uncompressed tga loader 10 years ago
Shariq Shah 7de6726c06 Updated orgfile and removed unused code 10 years ago
Shariq Shah 350a437a6b Fixed issues with heirarchical transformations, camera and absolute directions 10 years ago
Shariq Shah f82493181d Fixed rotation problems by using kmMath instead of linmath library 10 years ago
Shariq Shah 16dca4f9ca Fixed minor bugs in input code 10 years ago