Skip to content

Commit

Permalink
0.6.0-alpha
Browse files Browse the repository at this point in the history
- Major change: Text Engine overhaul:
  * Full Unicode support for all text-related procedures (console and file output, file paths),
  * Text translation procedure now supports the whole set of characters,

- Minor changes:
  * Add missing `status_effects` mask,
  * Fix the incorrect padding in the `status_effects` struct,
  * Remove support for - now deprecated - `DuckStation SDL`,
  * Remove crash when the game is started from the title screen,
  • Loading branch information
tomasz-rozanski committed Apr 5, 2024
1 parent 591a692 commit 408e212
Show file tree
Hide file tree
Showing 18 changed files with 4,563 additions and 4,795 deletions.
3 changes: 2 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@echo off
cl.exe main.c /Fe: vstrack /DDEBUG /nologo /Zi /link user32.lib psapi.lib Wtsapi32.lib Advapi32.lib
cls
cl.exe main.c /Fe: vstrack /DDEBUG /nologo /Zi /link user32.lib psapi.lib Wtsapi32.lib Advapi32.lib
Loading

0 comments on commit 408e212

Please sign in to comment.