4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 9 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
`struct timeval` needs `<sys/time.h>`.
Julien Nadeau
as vedge
More... 2 months ago
Test that `GLOB_TILDE` is actually defined since it's not present in every `glob()` implementation.
Julien Nadeau
as vedge
More... 2 months ago
Fix compiler warnings.
Julien Nadeau
as vedge
More... 2 months ago
Add option `AGAR_MINIMAL` (shorthand to disable libs other than `CORE` and `GUI` by default).
Julien Nadeau
as vedge
More... 2 months ago
`surface` test: Perform a proper `AG_ConfigFind()` lookup to load the sample images.
Julien Nadeau
as vedge
More... 2 months ago
Remove redundant `extern` declarations (which cause problems on Windows)
Julien Nadeau
as vedge
More... 2 months ago
To use clock_gettime() on FreeBSD, ensure that CLOCK_SECOND is defined.
Julien Nadeau
as vedge
More... 2 months ago
Set the `EXCL` flag on `AG_Titlebar` buttons.
Julien Nadeau
as vedge
More... 2 months ago
Make cmake `find_package(agar)` define `HAVE_AGAR_FOO` and `AGAR_FOO_LIBRARIES` for extension libs.
Julien Nadeau
as vedge
More... 2 months ago
Remove reference to `have_altivec_h.h`
Julien Nadeau
as vedge
More... 2 months ago
Install the manual pages.
Julien Nadeau
as vedge
More... 2 months ago
Add cmake support to `agartest`.
Julien Nadeau
as vedge
More... 2 months ago
Add cmake support for `ag_map`, `ag_math`, `ag_net`, `ag_sg`, `ag_sk` and `ag_vg`.
Julien Nadeau
as vedge
More... 2 months ago
Move inlines out of DECL block.
Julien Nadeau
as vedge
More... 2 months ago
Add support for building `ag_math` with cmake.
Julien Nadeau
as vedge
More... 2 months ago
Remove deprecated `AG_UnusedFont()` call.
Julien Nadeau
as vedge
More... 2 months ago
Add support for compiling ag_gui with cmake.
Julien Nadeau
as vedge
More... 3 months ago
Fix compiler warnings.
Julien Nadeau
as vedge
More... 3 months ago
Fix incorrect gettext usages.
Julien Nadeau
as vedge
More... 3 months ago
Don't use a deprecated flag.
Julien Nadeau
as vedge
More... 3 months ago
Fix cmake shared library versioning and header file installation.
Julien Nadeau
as vedge
More... 3 months ago
Add cmake support.
Julien Nadeau
as vedge
More... 3 months ago
Remove unnecessary variables.
Julien Nadeau
as vedge
More... 5 months ago
Check for a NULL `pLibsRoot` in `CreateObjectDlg()`.
Julien Nadeau
as vedge
More... 5 months ago
Remove redundant function declarations for `FindBiggestInColExclude()`.
Julien Nadeau
as vedge
More... 5 months ago
New functions `AG_InitVideoSDL2()` and `AG_SetVideoSurfaceSDL2()`.
Julien Nadeau
as vedge
More... 8 months ago
Fix typo.
Julien Nadeau
as vedge
More... 8 months ago
New constructor routine `AG_ComboNewFn()`.
Julien Nadeau
as vedge
More... 8 months ago
With SDL2, include `<SDL.h>` instead of `<SDL2/SDL.h>`.
Julien Nadeau
as vedge
More... 8 months ago
Include `SDL.h` instead of `SDL2/SDL.h`. Thanks Wally!
Julien Nadeau
as vedge
More... 11 months ago