Skip to content

Commit 4a5d59a

Browse files
committed
Premake script updates:
Removed WinXP support leftovers Removed support of older Visual Studio versions Added input argument: project type Added input argument: D3D support Simplified examples.csv format, removed unused features Removed partial support of "la" feature (whatever it was) Improved support of Definitive Edition Improved source code generated for new plugin projects Updated copy target for ASI scripts (GAME\scripts) Updated copy target for CLEO scripts (GAME\cleo)
1 parent bf87d44 commit 4a5d59a

File tree

2 files changed

+461
-332
lines changed

2 files changed

+461
-332
lines changed

examples/examples.csv

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
project,type,gta2,gta3,gtavc,gtasa,gta4,d3d,la,additional include dirs,additional library dirs,additional libraries,additional definitions
2-
ColouredObjects,ASI,,,,GTASA,,,,,,,
3-
CreateCar,ASI,,,,GTASA,,,,,,,
4-
DXFont,ASI,,GTA3,GTAVC,GTASA,,D3D,,,,,
5-
FullNitrousControl,ASI,,,,GTASA,,,,,,,
6-
GPS,ASI,,,,GTASA,,D3D,,,,,
7-
HandSignals,ASI,,,,GTASA,,,,,,,
8-
Neon,ASI,,,,GTASA,,,,,,,
9-
OpenDoorExample,ASI,,,,GTASA,,,,,,,
10-
PedPainting,ASI,,,GTAVC,GTASA,,,,,,,
11-
PedSpawner,ASI,,,GTAVC,GTASA,,,,,,,
12-
PlayerWeapon,ASI,,,,GTASA,,,,,,,
13-
RotateDoor,ASI,,,,GTASA,,,,,,,
14-
ScriptCommands,ASI,,GTA3,GTAVC,GTASA,,,,,,,
15-
ScriptDrawsTest,ASI,,GTA3,GTAVC,GTASA,,,,,,,
16-
Speedometer,ASI,,,,GTASA,,,,,,,
17-
Test,ASI,GTA2,GTA3,GTAVC,GTASA,GTA4,,,,,,
18-
Texture,ASI,,,,GTASA,,,,,,,
19-
TimeNotTouchingPadOpcode,CLEO,,,,GTASA,,,,,,,
20-
UniversalTurnlights,ASI,,,,GTASA,,,,,,,
21-
VehicleRemap,ASI,,,,GTASA,,,,,,,
22-
VehicleSpawner,ASI,,,,GTASA,,,,,,,
1+
PROJECT, TYPE, GTA2, GTA3, GTA-VC, GTA-SA, GTA4, DE-3, DE-VC, DE-SA, D3D
2+
ColouredObjects, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---
3+
CreateCar, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---
4+
DXFont, ASI, ---, YES, YES, YES, ---, ---, ---, ---, YES
5+
FullNitrousControl, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---
6+
GPS, ASI, ---, ---, ---, YES, ---, ---, ---, ---, YES
7+
HandSignals, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---
8+
Neon, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---
9+
OpenDoorExample, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---
10+
PedPainting, ASI, ---, ---, YES, YES, ---, ---, ---, ---, ---
11+
PedSpawner, ASI, ---, ---, YES, YES, ---, ---, ---, ---, ---
12+
PlayerWeapon, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---
13+
RotateDoor, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---
14+
ScriptCommands, ASI, ---, YES, YES, YES, ---, ---, ---, ---, ---
15+
ScriptDrawsTest, ASI, ---, YES, YES, YES, ---, ---, ---, ---, ---
16+
Speedometer, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---
17+
Test, ASI, YES, YES, YES, YES, YES, ---, ---, ---, ---
18+
Texture, ASI, ---, YES, YES, YES, ---, ---, ---, ---, ---
19+
TimeNotTouchingPadOpcode, CLEO, ---, ---, ---, YES, ---, ---, ---, ---, ---
20+
UniversalTurnlights, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---
21+
VehicleRemap, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---
22+
VehicleSpawner, ASI, ---, ---, ---, YES, ---, ---, ---, ---, ---

0 commit comments

Comments
 (0)