Commit Graph

76 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks 10f664ce85 asm_makeinsts: Now known as compiler_gen 2019-01-19 18:29:00 +01:00
Michael Fabian 'Xaymar' Dirks 568aac6175 blitz: Remove old compiler code 2019-01-19 18:28:47 +01:00
Michael Fabian 'Xaymar' Dirks 00ff5e5ef5 cmake: Temporarily disable debugger project 2019-01-19 18:28:22 +01:00
Michael Fabian 'Xaymar' Dirks c4947bd12a compiler: Move and modernize
compiler is blitzcc, what I previously called compiler is now compiler_lib
2019-01-19 18:28:07 +01:00
Michael Fabian 'Xaymar' Dirks d7fc9de5e2 third-party/freeimage: UTF-8 problem 2019-01-18 21:28:30 +01:00
Michael Fabian 'Xaymar' Dirks 0b9792fb81 stdutil: Modernize code 2019-01-18 21:27:51 +01:00
Michael Fabian 'Xaymar' Dirks 7f54ca5f55 runtime: Fix up linking and code 2019-01-18 21:27:35 +01:00
Michael Fabian 'Xaymar' Dirks a4bb9f68fe runtime/gfx: Fix gxScene 2019-01-18 21:27:13 +01:00
Michael Fabian 'Xaymar' Dirks 09be5488e1 runtime/lib: C++ify 2019-01-18 21:26:57 +01:00
Michael Fabian 'Xaymar' Dirks 3afa84df85 runtime/blitz3d: Fixup C++ification 2019-01-18 21:26:42 +01:00
Michael Fabian 'Xaymar' Dirks 077776b704 runtime/gfx: Fix linking, update code to C++11 and formatting 2019-01-18 19:05:43 +01:00
Michael Fabian 'Xaymar' Dirks 420744efd4 project: Add clang-format file 2019-01-18 17:05:46 +01:00
Michael Fabian 'Xaymar' Dirks b9a7409457 config: Formatting 2019-01-18 17:05:31 +01:00
Michael Fabian 'Xaymar' Dirks 008eefdc1e gxruntime: Move into runtime 2019-01-18 17:05:15 +01:00
Michael Fabian 'Xaymar' Dirks c9ff5b8ca4 compiler: Formatting 2019-01-18 17:04:57 +01:00
Michael Fabian 'Xaymar' Dirks 79cc5fae95 stdutil: Formatting 2019-01-18 17:04:44 +01:00
Michael Fabian 'Xaymar' Dirks f713369a01 debugger: Formatting; 2019-01-18 17:04:34 +01:00
Michael Fabian 'Xaymar' Dirks 2196cb8419 runtime: Formatting 2019-01-18 17:04:17 +01:00
Michael Fabian 'Xaymar' Dirks cc1340190e linker: Formatting 2019-01-18 17:03:57 +01:00
Michael Fabian 'Xaymar' Dirks a16218e1d5 runtime: CMake-ify gx 2019-01-18 17:03:37 +01:00
Michael Fabian 'Xaymar' Dirks 28598fae6b cmake: Project upgrade 2019-01-18 15:56:09 +01:00
Michael Fabian 'Xaymar' Dirks 0065ff4328 compiler: CMake-ify 2019-01-18 15:55:51 +01:00
Michael Fabian 'Xaymar' Dirks 2dbd84c794 debugger: CMake-ify 2019-01-18 15:55:40 +01:00
Michael Fabian 'Xaymar' Dirks 24788185aa runtime: CMake-ify 2019-01-18 15:55:06 +01:00
Michael Fabian 'Xaymar' Dirks 717609a900 linker: CMake-ify 2019-01-18 15:54:29 +01:00
Michael Fabian 'Xaymar' Dirks e8c8fbd2bf stdutil: CMake-ify 2019-01-18 15:54:06 +01:00
Michael Fabian 'Xaymar' Dirks 826428bc1a engine: Remove abandoned attempt at modernizing the API 2019-01-18 15:53:34 +01:00
Michael Fabian 'Xaymar' Dirks 3bc04e1602 config: Switch to CMake 2019-01-18 15:51:40 +01:00
Michael Fabian 'Xaymar' Dirks 86311eccb3 git: Ignore /build 2019-01-18 15:50:20 +01:00
Michael Fabian 'Xaymar' Dirks c9b41591b3 project: Gradual upgrade to CMake 2019-01-18 15:50:04 +01:00
Michael Fabian 'Xaymar' Dirks 0ee2e25c0b third-party: Reduce history size 2019-01-18 15:49:10 +01:00
Michael Fabian 'Xaymar' Dirks 0f1d127726 blitz3d/cachedtexture: Rename class to Factory, Rep to CachedTexture 2019-01-17 17:01:06 +01:00
Michael Fabian 'Xaymar' Dirks 737454eeac gxruntime/ddutil: Formatting and RenderTarget 2019-01-17 17:00:48 +01:00
Michael Fabian 'Xaymar' Dirks fd25336a16 gxruntime/gxcanvas: Implement RenderTarget+Z-Buffer and formatting 2019-01-17 17:00:31 +01:00
Michael Fabian 'Xaymar' Dirks 0f328670be gxruntime/gxfont: Remove ddSurf typedef 2019-01-17 17:00:02 +01:00
Michael Fabian 'Xaymar' Dirks 22c38213a0 gxruntime/gxgraphics: Replace ddSurf with IDirectDrawSurface7 2019-01-17 16:59:42 +01:00
Michael Fabian 'Xaymar' Dirks ffccbd5907 runtimelib: Disable debug code outside of debug builds 2019-01-17 16:56:26 +01:00
Michael Fabian 'Xaymar' Dirks 7f5d100e51 blitz: Catch uncaught exceptions 2019-01-17 16:55:56 +01:00
Michael Fabian 'Xaymar' Dirks 88f8f50e00 project: Upgrade to VS2017 2019-01-17 16:55:30 +01:00
Michael Fabian Dirks f12996997f BlitzNext: Optimization settings 2017-04-09 05:41:40 +02:00
Michael Fabian Dirks 4ce6f52085 RuntimeLib: Disable debug checks if not compiled for debug
You need to make sure that all your calls are valid now.
2017-04-09 05:40:31 +02:00
Michael Fabian Dirks 6980081f57 Blitz: Fix compile time errors 2017-04-09 05:36:37 +02:00
Michael Fabian Dirks 590f4eb155 GxRuntime: Cleanup and better handling of newer libraries 2017-04-09 05:36:11 +02:00
Michael Fabian Dirks 11cc383e7b Blitz3D: Reformatting and more optimizations 2017-04-09 05:35:18 +02:00
Michael Fabian Dirks a5f409755e asm_makeinsts: Fix compilation 2017-04-09 05:09:03 +02:00
Michael Fabian Dirks 581c640149 Uh, Updates? 2016-10-03 17:11:15 +02:00
Michael Fabian Dirks aa3cf453e5 Update to v1200. v1200-pre1 2016-07-20 02:01:40 +02:00
Michael Fabian Dirks 76679f0a12 Made it work again - everything needs to be _stdcall it seems. 2016-07-19 09:21:45 +02:00
Michael Fabain Dirks cbded86ad5 Attempted changes 2016-07-19 07:41:07 +02:00
Michael Fabain Dirks b2570dc413 Readme stuff 2016-07-11 21:02:11 +02:00