Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-01 | Remove hand-crafted Visual Studio solution. | Yuri Kunde Schlesner | |
2014-09-01 | Update GLFW to 3.0.4 and include x64 lib for MSVC | Yuri Kunde Schlesner | |
2014-09-01 | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | |
This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows. | |||
2014-06-22 | citra_qt: Removed autogenerated files from repo and fixed build issues. | bunnei | |
2014-04-21 | fixed VSProps for Qt DLL copy | bunnei | |
2014-04-19 | Ignore scm_rev.h and auto copy Qt dlls to bin folder on build. | Mathieu Vaillancourt | |
2014-04-10 | Temporarily "fix" citra_qt for Windows | Mathieu Vaillancourt | |
2014-04-08 | fixed project includes to use new directory structure | bunnei | |
2014-04-06 | added initial renderer code | bunnei | |
2014-03-31 | Basic QT window | Mathieu Vaillancourt | |
2013-09-26 | renamed from citrus to citra | ShizZy | |
2013-09-23 | added UNICODE preprocessor define | ShizZy | |
2013-09-23 | removed preprocessor defines from base.props... these were not used | ShizZy | |
2013-09-13 | renamed project to 'citrus' | ShizZy | |
2013-09-08 | renamed AkiruBinDir to EmuBinDir | ShizZy | |
2013-09-08 | enabled StringPooling and EnableEnhancedInstructionSet | ShizZy | |
2013-09-08 | added missing project dependencies | ShizZy | |
2013-09-04 | various fixes to be able to build project | ShizZy | |
2013-09-04 | renamed VS properties to be correct filename case | ShizZy | |
2013-09-04 | replaced common code with dolphin common | ShizZy | |
2013-08-29 | adding initial project layout | ShizZy | |