Qt code rearranging fixes entry
This commit is contained in:
+4
-1
@@ -39,7 +39,7 @@ split off some of the functionality that was in makedefs (compiled-in options
|
|||||||
build date/time, etc) so that it can be built by a cross-compiler
|
build date/time, etc) so that it can be built by a cross-compiler
|
||||||
and accessed on the target platform
|
and accessed on the target platform
|
||||||
replace quest.txt and associated conversion to quest.dat via makedefs with
|
replace quest.txt and associated conversion to quest.dat via makedefs with
|
||||||
lua quest texts loaded at runtime
|
lua quest texts loaded at runtime
|
||||||
|
|
||||||
|
|
||||||
Platform- and/or Interface-Specific New Features
|
Platform- and/or Interface-Specific New Features
|
||||||
@@ -55,4 +55,7 @@ Code Cleanup and Reorganization
|
|||||||
move majority of global variables into instance_globals struct g
|
move majority of global variables into instance_globals struct g
|
||||||
move zeroobj, zeromonst, zeroany into const_globals struct cg
|
move zeroobj, zeromonst, zeroany into const_globals struct cg
|
||||||
remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR
|
remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR
|
||||||
|
old Qt moved from win/Qt to win/Qt3
|
||||||
|
more current Qt for Qt version 4 and 5 moved from win/Qt4 to win/Qt; qt4
|
||||||
|
moniker changed to qt_
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user