|
1 | 1 | ================================================ |
2 | 2 | PC development tools for Vircon32 console |
3 | | - (version 25.1.4). README written by Carra |
| 3 | + (version 25.1.19). README written by Carra |
4 | 4 | ================================================ |
5 | 5 |
|
6 | 6 |
|
@@ -88,31 +88,10 @@ Included programs (reverse tools) |
88 | 88 |
|
89 | 89 | ------------------------------------------------------------ |
90 | 90 |
|
91 | | -What's new in version 25.1.4? |
| 91 | +What's new in version 25.1.19? |
92 | 92 |
|
93 | | - - Added new tool: "joinpngs", to join multiple images into |
94 | | - a single texture and generate its region editor project. |
95 | | - - Because of joinpns, the required C++ version to build |
96 | | - the tools from source now changes from C++11 to C++17. |
97 | | - - Added new command-line options for debugging to compiler |
98 | | - and assembler: |
99 | | - - With option -g they will output additional files with |
100 | | - debug info for the generated program. |
101 | | - - With option --debugmode they will create additional |
102 | | - files detailing the result of their internal stages |
103 | | - (like the compiler's AST tree). |
104 | | - - Added support for character literals in the assembler, |
105 | | - using notation 'A', and escaped as '\'' or '\x41'. |
106 | | - - Fixed a compiler bug: type consistency was not being |
107 | | - checked in declarations of extern variables. |
108 | | - - Fixed a typo in compiler's math.h header: in function |
109 | | - atan2, the names of the arguments x and y were swapped. |
110 | | - However this was just a naming issue. The inner workings |
111 | | - of atan2 did not change. |
112 | | - - Fixed a bug in wav2vircon: output sound was not always |
113 | | - being created correctly if inputs had sample rates |
114 | | - different from the default 44100 Hz. |
115 | | - - Updated and fixed the assembler tests folder. |
| 93 | + - Fixes the previous problems on Windows that prevented |
| 94 | + accessing files if their path had non English characters. |
116 | 95 |
|
117 | 96 | ------------------------------------------------------------ |
118 | 97 |
|
|
0 commit comments