1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Jan 03, 2023 — Jan 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tool: get rid of the specfile additions and implement a general purpose
Sam Hocevar
as sam
More... about 13 years ago
imlib: implement a small spec file dumper. "abuse -export foo.spe" will
Sam Hocevar
as sam
More... about 13 years ago
game: add enough code to handle 15 save slots instead of 5. The artwork
Sam Hocevar
as sam
More... about 13 years ago
build: try to autodetect SDL_Mixer upon build.
Sam Hocevar
as sam
More... about 13 years ago
sdlport: add some error reporting to the new SDL_Mixer features.
Sam Hocevar
as sam
More... about 13 years ago
imlib: fix an old bug in the linked list that used to cause a memory
Sam Hocevar
as sam
More... about 13 years ago
imlib: remove a lot of dead code, especially from the linked list and
Sam Hocevar
as sam
More... about 13 years ago
imlib: rename trans_image to TImage. The code is now clean enough.
Sam Hocevar
as sam
More... about 13 years ago
imlib: reimplement trans_image::put_scan_line so that it uses the
Sam Hocevar
as sam
More... about 13 years ago
imlib: simplify trans_image::make_image and rewrite the constructor.
Sam Hocevar
as sam
More... about 13 years ago
imlib: remove trans_image::put_image_offseted, it's simply a version
Sam Hocevar
as sam
More... about 13 years ago
imlib: remove unused bFILE::set_read_buffer_size.
Sam Hocevar
as sam
More... about 13 years ago
imlib: merge almost all trans_image blit methods into one large template
Sam Hocevar
as sam
More... about 13 years ago
imlib: some cleaning up in trans_image before I templatise half of it.
Sam Hocevar
as sam
More... about 13 years ago
imlib: get rid of temporary memory allocations in image::FlipX()
Sam Hocevar
as sam
More... about 13 years ago
core: replace all byte swapping macros with inline functions.
Sam Hocevar
as sam
More... about 13 years ago
core: Get rid of mostly useless headers, move endianness handling to
Sam Hocevar
as sam
More... about 13 years ago
imlib: remove dead code.
Sam Hocevar
as sam
More... about 13 years ago
imlib: change loop logic here and there to be nicer to the cache.
Sam Hocevar
as sam
More... about 13 years ago
imlib: remove unused image::make_color and timage::make_color. They were
Sam Hocevar
as sam
More... about 13 years ago
imlib: refactor and simplify trans_image::ClipToLine().
Sam Hocevar
as sam
More... about 13 years ago
core: fix a few useless casts.
Sam Hocevar
as sam
More... about 13 years ago
imlib: refactor dirty_rect clipping coordiantes so that the upper
Sam Hocevar
as sam
More... about 13 years ago
imlib: get rid of deprecated morph source files.
Sam Hocevar
as sam
More... about 13 years ago
lol: import newer matrix.h from Lol Engine.
Sam Hocevar
as sam
More... about 13 years ago
imlib: image::Pixel and image::PutPixel now use vec2i arguments.
Sam Hocevar
as sam
More... about 13 years ago
sdlport: get rid of video-overlay.cpp, having a separate file for this
Sam Hocevar
as sam
More... about 13 years ago
imlib: some more vec2i transition for simplicity.
Sam Hocevar
as sam
More... about 13 years ago
imlib: use vec2i for image::size and unroll all necessary changes
Sam Hocevar
as sam
More... about 13 years ago
build: no longer warn about aggregate return values.
Sam Hocevar
as sam
More... about 13 years ago