Sam Hocevar
|
edd09e08f5
|
ps3: create an audio device at startup.
|
13 лет назад |
Sam Hocevar
|
1dee9a6633
|
ps3: check for newly plugged pads at each frame.
|
13 лет назад |
Sam Hocevar
|
39a8c26fb5
|
base: start removing occurrences of NULL on our long journey to nullptr.
|
13 лет назад |
Sam Hocevar
|
a4608bb51b
|
ps3: fix typo in ps3app.cpp.
|
13 лет назад |
Sam Hocevar
|
8fd2ac17ba
|
ps3: compilation for old GCC complaining about non-trivial designated
initalisers.
|
13 лет назад |
Sam Hocevar
|
456f5e8892
|
ps3: add support for resolution selection.
|
13 лет назад |
Sam Hocevar
|
f44e3e323b
|
core: you can now while(app.MustTick()) { Tick(); } instead of app.Run().
|
13 лет назад |
Benjamin ‘Touky’ Huet
|
c7219ff1dd
|
New year copyright update.
|
13 лет назад |
Sam Hocevar
|
d6634da83f
|
build: fix the WTFPL site URL in all code comments.
|
13 лет назад |
Sam Hocevar
|
c36a5fe78f
|
ps3: add pad support for the PS3, without plug/unplug detection for now.
|
13 лет назад |
Sam Hocevar
|
9a95a8ec30
|
ps3: fix CPU and stack size performance issues on the PS3.
|
13 лет назад |
Sam Hocevar
|
90bfc79b22
|
core: tick methods now use seconds, like any sane system.
|
14 лет назад |
Sam Hocevar
|
89c3b3a60f
|
ps3: fix PS3 build after the Queue refactoring.
|
14 лет назад |
Sam Hocevar
|
0a52e68f6f
|
math: rename matrix.h to vector.h and simplify some stuff, especially in
the matrix code itself.
|
14 лет назад |
Sam Hocevar
|
48bf48a4e4
|
math: move the Remez algorithm implementation to the core.
|
14 лет назад |
Sam Hocevar
|
b2d73f6310
|
core: prefix Entity members with m_ to avoid accidental shadowing.
|
14 лет назад |
Sam Hocevar
|
0161879a84
|
core: try to merge Ticker and Emcee. Still not very good.
|
14 лет назад |
Sam Hocevar
|
921d157ee0
|
core: implement Queue on Win32 and on the PS3.
|
14 лет назад |
Sam Hocevar
|
0a113459a5
|
ps3: start implementing the PS3 threading system, and port the new
Mandelbrot shader code to Cg.
|
14 лет назад |
Sam Hocevar
|
8ec5fff6df
|
core: implement Application::ShowPointer() so that applications can choose
whether to use the system mouse pointer or not.
|
14 лет назад |
Sam Hocevar
|
7e337a0607
|
ps3: compilation fixes for the PS3.
|
14 лет назад |
Sam Hocevar
|
8deb365040
|
core: write a generic application class.
|
14 лет назад |
Sam Hocevar
|
2b9d64f7a8
|
core: more vec?i -> ?veci renames.
|
14 лет назад |
Sam Hocevar
|
b111f7e3d8
|
core: move platform-specific code to specific directories.
|
14 лет назад |