150 コミット (f529431d53baf88f90a7fa20f6b1957d4fb592c0)

作成者 SHA1 メッセージ 日付
  Thomas Buck f529431d53 Fixed FontTTF Glyph Y Offset 9年前
  Thomas Buck 3c66d229bf Now using stb_truetype instead of SDL2-TTF. 9年前
  Thomas Buck 7e3389dcf0 Fixed FontImGui, now readable. 9年前
  Thomas Buck e2f3ea30ad TextureManager is now completely static. 9年前
  Thomas Buck 63e5a0b55f Performance boost by storing data in GL buffers directly 9年前
  Thomas Buck 55c1192438 Bugfixes in WindowSDL, Console. Added ShaderBuffer. 9年前
  Thomas Buck a3d6411368 Removed Exceptions, moved GL code into Shader 9年前
  Thomas Buck 28c15c890e Menu background now chosen randomly 9年前
  Thomas Buck 98199883db Fixed window resizing and initial camera offset. 9年前
  Thomas Buck 4e9ef0cb43 Fixed StaticMesh Y offset 9年前
  Thomas Buck 39b0ffac3b Using stb_image, stb_image_write. New imgui version. 9年前
  Thomas Buck b2436b7de4 RunTime now static. StaticMesh displays bounding boxes. 9年前
  Thomas Buck f41562f7f2 Windowing classes now static. Tried to clamp camera rotation. 9年前
  Thomas Buck 826c05f5b6 Draw room bounding boxes in wireframe mode 9年前
  Thomas Buck a2bed57177 Controller support, Camera Quaternion 9年前
  Thomas Buck 7f4de9d5a7 Fixed view frustum calculation and culling 9年前
  Thomas Buck 21d2478397 Added basic view frustum culling 9年前
  Thomas Buck 3e15451d64 Fixed StaticModel rotation 9年前
  Thomas Buck 6625071dfd Render StaticModels 9年前
  Thomas Buck 6724d84f3b Removed WindowGLUT, added WindowGLFW 9年前
  Thomas Buck ff5b921c84 Mesh now RoomMesh, _fixed_ texture bleeding 9年前
  Thomas Buck 014962658a Room Mesh displayed more or less correctly 9年前
  Thomas Buck 5a95f1c49f Camera movement, first Mesh drawing 9年前
  Thomas Buck c2db7bcfbd Moving to OpenGL 3.3 core. Depending on GLM. Removed old level reader, old math lib. 9年前
  Thomas Buck 448783e71a Continued work on new Mesh implementation 9年前
  Thomas Buck 8e2118188c LoaderTR2 loads most parts of the Rooms 9年前
  Thomas Buck 2c82d21373 LoaderTR2 tries to load Meshes and StaticMeshes 9年前
  Thomas Buck 00706b69ab LoaderTR2 loads Moveables and Entities 9年前
  Thomas Buck efa479c45d Improved Console, added auto-completion 9年前
  Thomas Buck fc4324ff3f Renamed Vector3d to Vec3, added math unit test 9年前
  Thomas Buck 42a23d13d0 Sprite support in LoaderTR2 and UI 9年前
  Thomas Buck ad4fa38113 Rewrote OpenAL, SoundManager, added system folder 9年前
  Thomas Buck bd24c36a7f Added SoundManager 9年前
  Thomas Buck 1c6648ddbf LoaderTR2 supports Animated Textuers 9年前
  Thomas Buck 2c6806450e Added FPS histogram 9年前
  Thomas Buck bdc9462674 Added sound debug UI, removed sound command 9年前
  Thomas Buck def2a75125 textile triangle display 9年前
  Thomas Buck 6aa059cc91 LoaderTR2 tries to load object textures 9年前
  Thomas Buck 8d3b675c4b LoaderTR2 tries to load external SFX file 9年前
  Thomas Buck 838fe35ad4 Added BinaryMemory reader 9年前
  Thomas Buck c3c681e66f LoaderTR2 starts filling Rooms 9年前
  Thomas Buck e968717184 Added texture viewer 9年前
  Thomas Buck 60c217d16a TextureManager now has independent storages 9年前
  Thomas Buck 65be6f0114 Fixed wireframe background color 9年前
  Thomas Buck af4c9b1ed9 Added binary file format template for Script 9年前
  Thomas Buck 86066a01ca Implemented get command 9年前
  Thomas Buck e83305bc8e Auto code indentation [skip ci] 9年前
  Thomas Buck 7934d3d35f Added TR binary file format template [skip ci] 9年前
  Thomas Buck c9f13c0d29 Default Font using ImGUI 9年前
  Thomas Buck 29acbfcc06 Command history for Console 9年前