log

age author description
Mon, 27 Feb 2023 18:19:38 +0100 David Demelier misc: objects can no longer be transformed to action/drawable
Mon, 27 Feb 2023 18:03:16 +0100 David Demelier examples: improve example-action more
Mon, 27 Feb 2023 17:57:13 +0100 David Demelier examples: add chest for simplicity
Mon, 27 Feb 2023 17:26:00 +0100 David Demelier core: mlk_action has a start callback
Mon, 27 Feb 2023 16:33:33 +0100 David Demelier examples: resurrect example-action
Mon, 27 Feb 2023 12:49:39 +0100 David Demelier extern: remove duktape
Mon, 27 Feb 2023 12:49:36 +0100 David Demelier misc: update .clang
Mon, 27 Feb 2023 12:45:21 +0100 David Demelier core: make sure mlk_action_script is zero'ed on finalization
Mon, 27 Feb 2023 12:44:13 +0100 David Demelier core: forgot panic_handler
Mon, 27 Feb 2023 12:41:53 +0100 David Demelier core: util -> mlk_util
Mon, 27 Feb 2023 11:26:23 +0100 David Demelier core: trace -> mlk_trace
Mon, 27 Feb 2023 11:24:38 +0100 David Demelier core: texture -> mlk_texture
Mon, 27 Feb 2023 11:18:52 +0100 David Demelier core: sys -> mlk_sys
Mon, 27 Feb 2023 11:18:39 +0100 David Demelier core: save fix use of sys_dir
Mon, 27 Feb 2023 11:11:23 +0100 David Demelier core: state -> mlk_state
Mon, 27 Feb 2023 11:08:28 +0100 David Demelier core: sprite -> mlk_sprite
Mon, 27 Feb 2023 11:06:45 +0100 David Demelier core: sound -> mlk_sound
Mon, 27 Feb 2023 11:03:13 +0100 David Demelier core: script -> mlk_action_script
Mon, 27 Feb 2023 10:03:52 +0100 David Demelier core: panic -> mlk_panic
Mon, 27 Feb 2023 09:57:15 +0100 David Demelier core: forgot to refactor music enum
Mon, 27 Feb 2023 09:55:47 +0100 David Demelier core: fix void * arith
Mon, 27 Feb 2023 09:52:55 +0100 David Demelier core: core -> mlk_core
Mon, 27 Feb 2023 09:46:20 +0100 David Demelier core: color -> mlk_color
Mon, 27 Feb 2023 09:14:27 +0100 David Demelier examples: fix
Sun, 26 Feb 2023 19:44:47 +0100 David Demelier examples: add libmlk-example library
Fri, 24 Feb 2023 22:14:42 +0100 David Demelier tests: fix
Sat, 18 Feb 2023 21:07:02 +0100 David Demelier core: painter -> mlk_painter
Sat, 18 Feb 2023 21:03:19 +0100 David Demelier core: music -> mlk_music
Sat, 18 Feb 2023 20:59:48 +0100 David Demelier core: maths -> mlk_maths
Sat, 18 Feb 2023 20:58:16 +0100 David Demelier core: inhibit -> mlk_inhibit
Sat, 18 Feb 2023 20:55:12 +0100 David Demelier core: image -> mlk_image
Sat, 18 Feb 2023 20:46:48 +0100 David Demelier core: game -> mlk_game
Sat, 18 Feb 2023 20:40:01 +0100 David Demelier core: font -> mlk_font
Sat, 18 Feb 2023 13:37:11 +0100 David Demelier core: event -> mlk_event (and friends)
Sat, 18 Feb 2023 13:16:40 +0100 David Demelier core: drawable -> mlk_drawable
Sat, 18 Feb 2023 13:06:04 +0100 David Demelier core: animation -> mlk_animation
Sat, 18 Feb 2023 12:43:05 +0100 David Demelier cmake: resurrection
Sat, 18 Feb 2023 12:15:14 +0100 David Demelier util: prefix with mlk_
Wed, 01 Feb 2023 13:08:54 +0100 David Demelier misc: update copyright years
Tue, 31 Jan 2023 10:22:35 +0100 David Demelier misc: fix for DragonFlyBSD
Sat, 21 Jan 2023 20:20:34 +0100 David Demelier core: initial gamepad support
Thu, 03 Nov 2022 21:09:25 +0100 David Demelier core: rework allocations
Mon, 24 Oct 2022 21:29:39 +0200 David Demelier man: document mlk-action
Tue, 18 Oct 2022 09:04:02 +0200 David Demelier man: start splitting manual pages
Mon, 17 Oct 2022 14:22:38 +0200 David Demelier misc: update .hgignore
Mon, 17 Oct 2022 14:22:07 +0200 David Demelier core: update mlk-alloc module
Sun, 16 Oct 2022 13:21:40 +0200 David Demelier man: initial import
Sun, 16 Oct 2022 09:12:52 +0200 David Demelier core: use err.h in sound|music
Sun, 16 Oct 2022 08:31:01 +0200 David Demelier misc: move tools/* in /
Sat, 15 Oct 2022 21:24:17 +0200 David Demelier rpg: cleanup hierarchy
Sat, 15 Oct 2022 21:19:25 +0200 David Demelier ui: cleanup hierarchy
Sat, 15 Oct 2022 20:28:59 +0200 David Demelier util: cleanup hierarchy
Sat, 15 Oct 2022 20:23:14 +0200 David Demelier core: cleanup hierarchy
Sat, 15 Oct 2022 17:18:45 +0200 David Demelier core: rename ERR_INTERNAL to ERR_SDL
Sat, 15 Oct 2022 15:56:09 +0200 David Demelier misc: update INSTALL
Sat, 15 Oct 2022 14:38:15 +0200 David Demelier core: get rid of zfile
Sat, 15 Oct 2022 14:19:58 +0200 David Demelier core: remove VFS
Sat, 15 Oct 2022 14:17:11 +0200 David Demelier core: remove vfs support in sound
Sat, 15 Oct 2022 14:14:38 +0200 David Demelier core: use err.h in script
Sat, 15 Oct 2022 14:03:27 +0200 David Demelier core: use err.h in image