New packaging/io system.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1036 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Changes towards version 0.3:
|
Changes towards version 0.3:
|
||||||
|
- New packaging/io system. - SvdB
|
||||||
- Exit confirmation dialog is prettier and safer, from Paxtez
|
- Exit confirmation dialog is prettier and safer, from Paxtez
|
||||||
- Exiting from the main menu with F10 now exits the game -Michael
|
- Exiting from the main menu with F10 now exits the game -Michael
|
||||||
- Changed lander speed to 35 FPS, which matches reported 3DO speed
|
- Changed lander speed to 35 FPS, which matches reported 3DO speed
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#define UQM_MAJOR_VERSION 0
|
#define UQM_MAJOR_VERSION 0
|
||||||
#define UQM_MINOR_VERSION 2
|
#define UQM_MINOR_VERSION 2
|
||||||
#define UQM_EXTRA_VERSION "3"
|
#define UQM_EXTRA_VERSION "4"
|
||||||
/* The final version is interpreted as:
|
/* The final version is interpreted as:
|
||||||
printf ("%d.%d%s", UQM_MAJOR_VERSION, UQM_MINOR_VERSION, UQM_EXTRA_VERSION);
|
printf ("%d.%d%s", UQM_MAJOR_VERSION, UQM_MINOR_VERSION, UQM_EXTRA_VERSION);
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user