Move the resource script to where it used to be
Apply a missing constant in Organya
I might have found out why Sound.cpp uses DSBUFFERDESC1
Add a bugfix for a bizarre function call
Rename 'resources.o' to 'windows_resources.o'
Fix Makefile when WINDRES is not defined
Deobfuscate WinMain, and make some accuracy improvements
Added a bugfix for font creation
Added a bugfix for OpenVolumeConfiguration
Add an option to re-enable the Debug Save feature
ASM-accurate Main.cpp and added the various Windows menus
Ripped out SDL2, and begun made WinMain ASM-accurate
PATH_LENGTH is actually Windows's MAX_PATH
Merge branch 'master' into accurate
Accurate main function variable names
Merge branch 'master' into accurate
Move MakeSurface_Generic to the correct place in Draw.cpp
Merge branch 'master' into accurate
Rearranged some functions to match the original EXE
Restore some commented-out code
Made Generic.cpp mostly ASM-accurate
Made Back.cpp almost ASM-accurate
ASM-accurate Sound.cpp and Organya.cpp (except for one function)
Migrated to the native Windows resource file system
Resource file overhaul part 1: metadata
Merge branch 'master' into accurate
Make LoadBitmap take a pixel buffer instead of an SDL_RWops
Merge branch 'master' into accurate
Merge branch 'master' into accurate
Shut up a warning in the SDLTexture renderer backend
Merge branch 'master' into accurate
Shut up a runtime error in the OpenGL renderer
Overhauled the NPC_flags, and applied them everywhere
Give the FONT_PIXEL_MODE enums a type
Rename Surface_Ids to SurfaceID
Define GLEW_STATIC when creating a static build
Remove deprecated GLSL function usage
Print more OpenGL debug messages
Convert SDLTexture glyphs to static textures
Revert "Split glyph surface creation and pixel upload"
Revert "Glyphs now regenerate with the rest of the game's textures"
Fix the MSVC2003 build, and add RestoreTextScript to the...
Make the surface_metadata struct match the original
Glyphs now regenerate with the rest of the game's textures
Split glyph surface creation and pixel upload
Backend_SupportsSubpixelGlyph -> Backend_SupportsSubpixelGlyphs
Pretty sure these #includes aren't needed
Added enums for the surface types
Ported the Windows version's surface regeneration
Render backend API simplification part 4: OpenGL3
Render backend simplification part 3: SDLTexture
Render backend API simplification part 2: SDLSurface
Renderer backend simplification part 1: Draw.cpp and Software.cpp
Fix building the OpenGL3 with the Makefile
Allow third-party in-source files to go in the external folder
Rendering backend API naming improvements
Backend_Blit always uses a colour key
OpenGL: Remove SetFramebufferTarget