Sam Hocevar
|
3862ad59dc
|
base: going on a lowercase rampage; today’s victim: Array.
|
11 лет назад |
Sam Hocevar
|
7e9f926c43
|
base: switch map, hash, array2d and array3d to lowercase, like standard
C++ containers.
|
11 лет назад |
Sam Hocevar
|
32abfb18d1
|
base: various Visual Studio compilation fixes.
|
11 лет назад |
Sam Hocevar
|
2719aa06dd
|
image: move files around.
|
11 лет назад |
Sam Hocevar
|
6e282e6aa2
|
image: fix a memory leak in the Oric loader.
|
11 лет назад |
Sam Hocevar
|
48b4861947
|
image: rewrite the Oric image exporter to use vector types.
|
11 лет назад |
Sam Hocevar
|
93a6b1b75b
|
image: we can now write Oric .tap files.
|
11 лет назад |
Sam Hocevar
|
478b74c6fe
|
image: we can now read Oric .tap files.
|
11 лет назад |
Sam Hocevar
|
5fc5d62849
|
image: add an optional Imlib2 codec, prepare for float32 images, make the
Lock/Unlock mechanism safer, and implement the rule of three.
|
11 лет назад |
Sam Hocevar
|
227411f337
|
image: refactor codecs so that they no longer store anything in the image
objects themselves.
|
11 лет назад |
Sam Hocevar
|
f455f0e2d1
|
image: start reworking the Image class to properly split the pixel handling
and the codec logic.
|
11 лет назад |
Sam Hocevar
|
79ed58f1f0
|
Merge branch 'master' into scenegraph
|
11 лет назад |
Lolbot
|
ed8afab4bb
|
fixed 58 files out of 2859:
- removed 0 CR characters
- removed 112 trailing whitespaces
- replaced 0 tabs with spaces
- fixed 58 svn:eol-style properties
|
11 лет назад |
Sam Hocevar
|
ce1d39cc3a
|
image: import old libpipi code, hoping it can be upgraded to C++ and
merged iteratively with our current image processing code.
|
11 лет назад |
Sam Hocevar
|
1544efa0cd
|
image: the GDI+ backend can now save images, too.
|
11 лет назад |
Sam Hocevar
|
d982b67aaa
|
image: add methods to save images and a small test program.
|
11 лет назад |
Lolbot
|
7f6d2054e5
|
fixed 5 files out of 2793:
- removed 2 CR characters
- removed 16 trailing whitespaces
- replaced 0 tabs with spaces
- fixed 4 svn:eol-style properties
|
11 лет назад |
Benjamin ‘Touky’ Huet
|
f5e37a4337
|
AddedSprite_sorter stores parameters now.
Added palette in Scene.
|
11 лет назад |
Benjamin ‘Touky’ Huet
|
d075ef8861
|
tweak
|
11 лет назад |
Lolbot
|
bb4f3923cd
|
fixed 18 files out of 2788:
- removed 121 CR characters
- removed 0 trailing whitespaces
- replaced 1 tabs with spaces
- fixed 18 svn:eol-style properties
|
11 лет назад |
Benjamin ‘Touky’ Huet
|
3d4b3d53c3
|
Added bunch of stuff on threads and images.
|
11 лет назад |
Sam Hocevar
|
92385ac1ee
|
android: more NativeActivity migration work.
|
12 лет назад |
Sam Hocevar
|
98f8246323
|
build: lol-build now passes flags to configure, and configure now uses
optimisation flag -Os instead of -O3.
|
12 лет назад |
Sam Hocevar
|
ba58bbbdcd
|
ps3: implement Lua file loading.
|
13 лет назад |
Sam Hocevar
|
3106fcfd9d
|
image: fix an invalid implicit cast on Win32.
|
13 лет назад |
Sam Hocevar
|
f16704ecb0
|
image: GetData returns uint8_t* instead of void*, it's a lot safer.
|
13 лет назад |
Sam Hocevar
|
c46b3fbfec
|
image: remove the Image::Format enum and use PixelFormat instead.
|
13 лет назад |
Sam Hocevar
|
1b07850346
|
build: a few iOS build fixes; nowhere near ready though.
|
13 лет назад |
Sam Hocevar
|
3dd8f8118b
|
ps3: fix a bug and add better error reporting in the image loader.
|
13 лет назад |
Sam Hocevar
|
39a8c26fb5
|
base: start removing occurrences of NULL on our long journey to nullptr.
|
13 лет назад |
Sam Hocevar
|
1c3ca01ea0
|
build: fix a few compiler warnings here and there.
|
13 лет назад |
Sam Hocevar
|
14447c6061
|
ps3: use System::GetPathList() to open images.
|
13 лет назад |
Sam Hocevar
|
ba1824ef83
|
sys: cycle through all possible directories to load resource files.
|
13 лет назад |
Sam Hocevar
|
4be5ebd8b3
|
ps3: use network fallback for image files.
|
13 лет назад |
Sam Hocevar
|
bbf72e1a64
|
core: pass the project directory to the binary build and get rid of
that 2-year old "temporary Win32 hack".
|
13 лет назад |
Sam Hocevar
|
6a6e46cf0d
|
system: try to autodetect the data directory from the executable path;
currently works for images (SDL and GDI+ loaders) and sound samples.
|
13 лет назад |
Sam Hocevar
|
d6634da83f
|
build: fix the WTFPL site URL in all code comments.
|
13 лет назад |
Sam Hocevar
|
72a6839dce
|
image: better error detection in the GDI+ image codec.
|
13 лет назад |
Sam Hocevar
|
291fd0c3c6
|
android: if current thread is unknown to the JVM, try to register it.
|
13 лет назад |
Sam Hocevar
|
9b5880936c
|
build: tweak everything to allow building with SDL on the Raspberry Pi.
|
13 лет назад |
Sam Hocevar
|
28728814cc
|
core: replace usage of sin() or std::sin() with lol::sin() where appropriate.
|
13 лет назад |
Sam Hocevar
|
6eb41c04ff
|
win32: better error reporting in the GDI+ loader, based on a patch by ponce.
|
13 лет назад |
Sam Hocevar
|
d855e72198
|
win32: the GDI+ byte swapping was wrong; fix that.
|
13 лет назад |
Sam Hocevar
|
d539f3b80c
|
win32: shuffle bytes in GDI images to match what OpenGL supports.
|
13 лет назад |
Sam Hocevar
|
ad64711c84
|
sdl: convert any opened image to 8 bit per channel because we don't have
any mechanism yet for uploading exotic formats to the GPU.
|
13 лет назад |
Sam Hocevar
|
06d9d00c34
|
win32: no longer ship GDI+ because MinGW ships a working version, including
for Win64.
|
14 лет назад |
Sam Hocevar
|
7e337a0607
|
ps3: compilation fixes for the PS3.
|
14 лет назад |
Sam Hocevar
|
01ebcec3b8
|
core: split vector operations into linear and non-linear so that we can
reuse the linear operations in quaternions. Also mark some constructors
explicit to better spot coding errors.
|
14 лет назад |
Sam Hocevar
|
fbdec834dd
|
image: add a GDI+ loader.
|
14 лет назад |
Sam Hocevar
|
fe0d76cede
|
build: fix PS3 and Android build; it was broken since the ImageData refactor.
|
14 лет назад |