blob: e1dffcfded36779f5ace8083a55810b8fc7e157c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
|
<?xml version="1.0" encoding="utf-8"?>
<CodeLite_Project Name="NewerHacks" InternalType="">
<Plugins>
<Plugin Name="qmake">
<![CDATA[00030001N0003All0000000000000001N0005Debug0000000000000001N0003PAL000000000000]]>
</Plugin>
</Plugins>
<VirtualDirectory Name="include">
<VirtualDirectory Name="rvl">
<File Name="include/rvl/PPCWGPipe.h"/>
<File Name="include/rvl/GXStruct.h"/>
<File Name="include/rvl/arc.h"/>
<File Name="include/rvl/mtx.h"/>
<File Name="include/rvl/tpl.h"/>
<File Name="include/rvl/GXGeometry.h"/>
<File Name="include/rvl/GXDispList.h"/>
<File Name="include/rvl/GXTexture.h"/>
<File Name="include/rvl/GXLighting.h"/>
<File Name="include/rvl/OSCache.h"/>
<File Name="include/rvl/vifuncs.h"/>
<File Name="include/rvl/GXTev.h"/>
<File Name="include/rvl/GXBump.h"/>
<File Name="include/rvl/GXCull.h"/>
<File Name="include/rvl/vitypes.h"/>
<File Name="include/rvl/GXEnum.h"/>
<File Name="include/rvl/GXTransform.h"/>
<File Name="include/rvl/GXVert.h"/>
<File Name="include/rvl/GXPixel.h"/>
</VirtualDirectory>
<File Name="include/event.h"/>
<File Name="include/stage.h"/>
<File Name="include/state.h"/>
<File Name="include/common.h"/>
<File Name="include/game.h"/>
<File Name="include/course.h"/>
<File Name="include/actors.h"/>
<File Name="include/g3dhax.h"/>
</VirtualDirectory>
<Description/>
<Dependencies/>
<VirtualDirectory Name="src">
<File Name="src/linegod.cpp"/>
<File Name="src/randtiles.cpp"/>
<File Name="src/wm_player.cpp"/>
<File Name="src/world_camera.cpp"/>
<File Name="src/levelinfo.h"/>
<File Name="src/worldmap_new.cpp"/>
<File Name="src/heapbar.cpp"/>
<File Name="src/layoutlib.h"/>
<File Name="src/fileload.h"/>
<File Name="src/randtiles.h"/>
<File Name="src/msgbox.cpp"/>
<File Name="src/worldmap.h"/>
<File Name="src/levelinfo.cpp"/>
<File Name="src/fileload.cpp"/>
<File Name="src/wm2d_actors.h"/>
<File Name="src/levelnames.cpp"/>
<File Name="src/animtiles.cpp"/>
<File Name="src/worldmapdata.cpp"/>
<File Name="src/worldmapdata.h"/>
<File Name="src/tilegod.S"/>
<File Name="src/replay.S"/>
<File Name="src/randomcrap.S"/>
<File Name="src/heapbar.S"/>
<File Name="src/spritetex.S"/>
<File Name="src/poweruphax.S"/>
<File Name="src/layoutlib.S"/>
<File Name="src/gakenoko.S"/>
<File Name="src/anotherhax.S"/>
<File Name="src/linegod.S"/>
<File Name="src/msgbox.S"/>
</VirtualDirectory>
<VirtualDirectory Name="tools">
<File Name="tools/kamek.py"/>
<File Name="tools/hooks.py"/>
<File Name="tools/mapfile_tool.py"/>
</VirtualDirectory>
<VirtualDirectory Name="Kamek">
<File Name="makeNewer"/>
<File Name="makeNewerAll"/>
<File Name="makeAnotherAll"/>
<File Name="linegod.yaml"/>
<File Name="kamek_configs.yaml"/>
<File Name="bugfixes.yaml"/>
<File Name="3dlib.yaml"/>
<File Name="anotherhax.yaml"/>
<File Name="AnotherProject.yaml"/>
<File Name="NewerProject.yaml"/>
<File Name="worldmap.yaml"/>
<File Name="spritetex.yaml"/>
<File Name="gakenoko.yaml"/>
<File Name="levelnames.yaml"/>
<File Name="animtiles.yaml"/>
<File Name="msgbox.yaml"/>
<File Name="tilegod.yaml"/>
<File Name="heapbar.yaml"/>
<File Name="replay.yaml"/>
<File Name="poweruphax.yaml"/>
<File Name="kamek_pal.x"/>
</VirtualDirectory>
<Settings Type="Executable">
<Configuration Name="All" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g" Required="yes" PreCompiledHeader="">
<IncludePath Value="."/>
</Compiler>
<Linker Options="-O0" Required="yes">
<LibraryPath Value="."/>
<LibraryPath Value="Debug"/>
</Linker>
<ResourceCompiler Options="" Required="no"/>
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" WorkingDirectory="./Debug" PauseExecWhenProcTerminates="no"/>
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"/>
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
<PostConnectCommands/>
<StartupCommands/>
</Debugger>
<PreBuild/>
<PostBuild/>
<CustomBuild Enabled="yes">
<RebuildCommand/>
<CleanCommand/>
<BuildCommand>./makeNewerAll</BuildCommand>
<PreprocessFileCommand/>
<SingleFileCommand/>
<MakefileGenerationCommand/>
<ThirdPartyToolName>None</ThirdPartyToolName>
<WorkingDirectory>/home/me/Games/Newer/Kamek</WorkingDirectory>
</CustomBuild>
<AdditionalRules>
<CustomPostBuild/>
<CustomPreBuild/>
</AdditionalRules>
</Configuration>
<Configuration Name="PAL" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g" Required="yes" PreCompiledHeader="">
<IncludePath Value="."/>
</Compiler>
<Linker Options="-O0" Required="yes">
<LibraryPath Value="."/>
<LibraryPath Value="Debug"/>
</Linker>
<ResourceCompiler Options="" Required="no"/>
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" WorkingDirectory="./Debug" PauseExecWhenProcTerminates="no"/>
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"/>
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
<PostConnectCommands/>
<StartupCommands/>
</Debugger>
<PreBuild/>
<PostBuild/>
<CustomBuild Enabled="yes">
<RebuildCommand/>
<CleanCommand/>
<BuildCommand>./makeNewer</BuildCommand>
<PreprocessFileCommand/>
<SingleFileCommand/>
<MakefileGenerationCommand/>
<ThirdPartyToolName>None</ThirdPartyToolName>
<WorkingDirectory>/home/me/Games/Newer/Kamek</WorkingDirectory>
</CustomBuild>
<AdditionalRules>
<CustomPostBuild/>
<CustomPreBuild/>
</AdditionalRules>
</Configuration>
<GlobalSettings>
<Compiler Options="">
<IncludePath Value="."/>
</Compiler>
<Linker Options="">
<LibraryPath Value="."/>
</Linker>
<ResourceCompiler Options=""/>
</GlobalSettings>
</Settings>
<VirtualDirectory Name="3dlib">
<File Name="3dlib/treeki3d.h"/>
<File Name="3dlib/treeki3d.cpp"/>
</VirtualDirectory>
</CodeLite_Project>
|