gfx2d change tracker
This commit is contained in:
0
rcbasic_runtime/main.cpp
Normal file → Executable file
0
rcbasic_runtime/main.cpp
Normal file → Executable file
0
rcbasic_runtime/rc_defines.h
Normal file → Executable file
0
rcbasic_runtime/rc_defines.h
Normal file → Executable file
0
rcbasic_runtime/rc_geometry.h
Normal file → Executable file
0
rcbasic_runtime/rc_geometry.h
Normal file → Executable file
0
rcbasic_runtime/rc_matrix.h
Normal file → Executable file
0
rcbasic_runtime/rc_matrix.h
Normal file → Executable file
2
rcbasic_runtime/rc_media.h
Normal file → Executable file
2
rcbasic_runtime/rc_media.h
Normal file → Executable file
@@ -67,6 +67,8 @@
|
||||
#include <unistd.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <irrlicht.h>
|
||||
|
||||
#include "theoraplay.h"
|
||||
|
||||
#endif //RC_IOS
|
||||
|
||||
0
rcbasic_runtime/rc_os_defines.h
Normal file → Executable file
0
rcbasic_runtime/rc_os_defines.h
Normal file → Executable file
0
rcbasic_runtime/rc_process.h
Normal file → Executable file
0
rcbasic_runtime/rc_process.h
Normal file → Executable file
0
rcbasic_runtime/rc_stdlib.h
Normal file → Executable file
0
rcbasic_runtime/rc_stdlib.h
Normal file → Executable file
53
rcbasic_runtime/rcbasic_runtime.cbp
Executable file
53
rcbasic_runtime/rcbasic_runtime.cbp
Executable file
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="rcbasic_runtime" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/rcbasic_runtime" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Debug/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="bin/Release/rcbasic_runtime" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Release/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fexceptions" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-lSDL2main -lSDL2 -lSDL2_image -lSDL2_gfx -lSDL2_ttf -lSDL2_mixer -lSDL2_net -logg -lvorbis -lvorbisfile -ltheora -ltheoradec -lIrrlicht -pthread" />
|
||||
</Linker>
|
||||
<Unit filename="main.cpp" />
|
||||
<Unit filename="rc_defines.h" />
|
||||
<Unit filename="rc_geometry.h" />
|
||||
<Unit filename="rc_matrix.h" />
|
||||
<Unit filename="rc_media.h" />
|
||||
<Unit filename="rc_os_defines.h" />
|
||||
<Unit filename="rc_process.h" />
|
||||
<Unit filename="rc_stdlib.h" />
|
||||
<Unit filename="theoraplay.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="theoraplay.h" />
|
||||
<Unit filename="theoraplay_cvtrgb.h" />
|
||||
<Extensions />
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
||||
11
rcbasic_runtime/rcbasic_runtime.cscope_file_list
Executable file
11
rcbasic_runtime/rcbasic_runtime.cscope_file_list
Executable file
@@ -0,0 +1,11 @@
|
||||
"/home/n00b/Projects/RCBASIC4/rcbasic_runtime/theoraplay.h"
|
||||
"/home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_matrix.h"
|
||||
"/home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_os_defines.h"
|
||||
"/home/n00b/Projects/RCBASIC4/rcbasic_runtime/theoraplay.c"
|
||||
"/home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_defines.h"
|
||||
"/home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_process.h"
|
||||
"/home/n00b/Projects/RCBASIC4/rcbasic_runtime/theoraplay_cvtrgb.h"
|
||||
"/home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_geometry.h"
|
||||
"/home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_media.h"
|
||||
"/home/n00b/Projects/RCBASIC4/rcbasic_runtime/main.cpp"
|
||||
"/home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_stdlib.h"
|
||||
140
rcbasic_runtime/rcbasic_runtime.depend
Executable file
140
rcbasic_runtime/rcbasic_runtime.depend
Executable file
@@ -0,0 +1,140 @@
|
||||
# depslib dependency file v1.0
|
||||
1714076833 source:/home/n00b/Projects/RCBASIC4/rcbasic_runtime/main.cpp
|
||||
"rc_os_defines.h"
|
||||
<emscripten.h>
|
||||
<sys/param.h>
|
||||
<sys/param.h>
|
||||
<windows.h>
|
||||
<jni.h>
|
||||
<sys/param.h>
|
||||
<algorithm>
|
||||
<iostream>
|
||||
<inttypes.h>
|
||||
<fstream>
|
||||
"SDL.h"
|
||||
<SDL2/SDL.h>
|
||||
<math.h>
|
||||
<vector>
|
||||
<stack>
|
||||
<limits>
|
||||
<iomanip>
|
||||
"rc_defines.h"
|
||||
"rc_stdlib.h"
|
||||
"rc_media.h"
|
||||
"rc_matrix.h"
|
||||
"rc_process.h"
|
||||
"rc_geometry.h"
|
||||
|
||||
1701045709 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_os_defines.h
|
||||
|
||||
1714019776 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_defines.h
|
||||
|
||||
1701045709 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_stdlib.h
|
||||
"rc_os_defines.h"
|
||||
<sys/param.h>
|
||||
<iostream>
|
||||
<stdio.h>
|
||||
<stdexcept>
|
||||
<iomanip>
|
||||
<sstream>
|
||||
<fstream>
|
||||
<cstdlib>
|
||||
<cmath>
|
||||
<ctime>
|
||||
<stack>
|
||||
<bitset>
|
||||
<sys/stat.h>
|
||||
<sys/types.h>
|
||||
<unistd.h>
|
||||
<dirent.h>
|
||||
<stdlib.h>
|
||||
<algorithm>
|
||||
<codecvt>
|
||||
"SDL.h"
|
||||
<jni.h>
|
||||
<SDL2/SDL.h>
|
||||
<tchar.h>
|
||||
<windows.h>
|
||||
<winbase.h>
|
||||
<locale>
|
||||
"rcbasic_ios_native.h"
|
||||
|
||||
1701045709 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_media.h
|
||||
"rc_os_defines.h"
|
||||
<android/log.h>
|
||||
"SDL.h"
|
||||
"SDL_image.h"
|
||||
"SDL2_gfxPrimitives.h"
|
||||
"SDL_ttf.h"
|
||||
<string>
|
||||
<stdio.h>
|
||||
<iostream>
|
||||
"SDL_mixer.h"
|
||||
"SDL_net.h"
|
||||
<assert.h>
|
||||
"theoraplay.h"
|
||||
"SDL2/SDL.h"
|
||||
"SDL2/SDL_image.h"
|
||||
"SDL2/SDL2_gfxPrimitives.h"
|
||||
"SDL2/SDL_ttf.h"
|
||||
<string>
|
||||
<stdio.h>
|
||||
<iostream>
|
||||
"SDL2/SDL_mixer.h"
|
||||
"SDL2/SDL_net.h"
|
||||
<assert.h>
|
||||
"theoraplay.h"
|
||||
<SDL2/SDL.h>
|
||||
<SDL2/SDL_image.h>
|
||||
<SDL2/SDL2_gfxPrimitives.h>
|
||||
<SDL2/SDL_ttf.h>
|
||||
<string>
|
||||
<sstream>
|
||||
<stdio.h>
|
||||
<iostream>
|
||||
<SDL2/SDL_mixer.h>
|
||||
<SDL2/SDL_net.h>
|
||||
<string.h>
|
||||
<unistd.h>
|
||||
<assert.h>
|
||||
"theoraplay.h"
|
||||
<set>
|
||||
|
||||
1686539631 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/theoraplay.h
|
||||
|
||||
1701045709 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_matrix.h
|
||||
<iostream>
|
||||
<vector>
|
||||
<bits/stdc++.h>
|
||||
<cstdlib>
|
||||
<ctime>
|
||||
|
||||
1701045709 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_process.h
|
||||
<iostream>
|
||||
"SDL.h"
|
||||
<SDL2/SDL.h>
|
||||
<queue>
|
||||
"rc_matrix.h"
|
||||
"rc_defines.h"
|
||||
|
||||
1701045709 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_geometry.h
|
||||
"rc_matrix.h"
|
||||
<cmath>
|
||||
|
||||
1686539631 source:/home/n00b/Projects/RCBASIC4/rcbasic_runtime/theoraplay.c
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<assert.h>
|
||||
"SDL2/SDL.h"
|
||||
<windows.h>
|
||||
<pthread.h>
|
||||
<unistd.h>
|
||||
"theoraplay.h"
|
||||
"theora/theoradec.h"
|
||||
"vorbis/codec.h"
|
||||
"theoraplay_cvtrgb.h"
|
||||
"theoraplay_cvtrgb.h"
|
||||
|
||||
1686539631 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/theoraplay_cvtrgb.h
|
||||
|
||||
25
rcbasic_runtime/rcbasic_runtime.layout
Executable file
25
rcbasic_runtime/rcbasic_runtime.layout
Executable file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<FileVersion major="1" minor="0" />
|
||||
<ActiveTarget name="Release" />
|
||||
<File name="main.cpp" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="164139" topLine="4575" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="rc_media.h" open="1" top="1" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="48" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="rc_process.h" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="4175" topLine="118" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="rc_defines.h" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="64772" topLine="1055" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
||||
0
rcbasic_runtime/resource.rc
Normal file → Executable file
0
rcbasic_runtime/resource.rc
Normal file → Executable file
0
rcbasic_runtime/theoraplay.c
Normal file → Executable file
0
rcbasic_runtime/theoraplay.c
Normal file → Executable file
0
rcbasic_runtime/theoraplay.h
Normal file → Executable file
0
rcbasic_runtime/theoraplay.h
Normal file → Executable file
0
rcbasic_runtime/theoraplay_cvtrgb.h
Normal file → Executable file
0
rcbasic_runtime/theoraplay_cvtrgb.h
Normal file → Executable file
Reference in New Issue
Block a user