User contributions
From MSX Game Library
For Aoineko (talk | block log | uploads | logs)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:18, 12 January 2024 (diff | hist) . . (+4) . . Category:Module/Core (current)
- 15:18, 12 January 2024 (diff | hist) . . (+5) . . Category:Module/Core
- 15:17, 12 January 2024 (diff | hist) . . (+20) . . Category:Module/Graphic
- 15:17, 12 January 2024 (diff | hist) . . (+36) . . N Category:Module/Graphic (Created page with "List of graphic-related modules.")
- 15:16, 12 January 2024 (diff | hist) . . (0) . . Modules/draw/Desc
- 15:15, 12 January 2024 (diff | hist) . . (+24) . . Modules/draw/Desc
- 15:15, 12 January 2024 (diff | hist) . . (+26) . . Modules/draw/Desc
- 14:51, 12 January 2024 (diff | hist) . . (+88) . . N Modules/draw/Desc (Created page with "The {{MOD|draw}} module lets you draw simple shapes using the MSX 2's fast VDP commands.")
- 14:49, 12 January 2024 (diff | hist) . . (+9) . . N Modules/draw/Settings (Created page with "''None''.") (current)
- 14:49, 12 January 2024 (diff | hist) . . (+1) . . Modules
- 14:48, 12 January 2024 (diff | hist) . . (+216) . . N Modules/draw (Created page with "{{MODULE |name=draw |category=Graphic |dependency1=vdp |dependency2= |dependency3= |sample1=s_draw |sample1_desc= |sample2= |sample2_desc= |sample3= |sample3_desc= |sample4= |...")
- 14:39, 12 January 2024 (diff | hist) . . (+196) . . N Modules/input manager/Desc (Created page with "The {{MOD|input_manager}} module manages advanced access to inputs. It detects different types of events (short click, long click, double-click, etc.) and associates a callbac...") (current)
- 14:36, 12 January 2024 (diff | hist) . . (+8) . . Modules/input manager/Settings (current)
- 14:35, 12 January 2024 (diff | hist) . . (+166) . . N Modules/input manager/Settings (Created page with "Input manager module need those to setting to be <tt>TRUE</tt> in the {{MOD|input}} module configuration: <tt>INPUT_USE_JOYSTICK</tt> and <tt>INPUT_USE_KEYBOARD</tt>.")
- 14:29, 12 January 2024 (diff | hist) . . (+254) . . N Modules/input manager (Created page with "{{MODULE |name=input_manager |category=Gameplay |dependency1=input |dependency2= |dependency3= |sample1=s_joystk |sample1_desc=Joystick |sample2=s_keybrd |sample2_desc=Keyboar...") (current)
- 14:23, 12 January 2024 (diff | hist) . . (+169) . . N Modules/game/Desc (Created page with "The {{MOD|game}} module handle program architecture, from program initialization, to update synchronization on the screen display, and features a task management system.") (current)
- 14:20, 12 January 2024 (diff | hist) . . (+326) . . N Modules/game/Settings (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // Game state setting #define GAME_USE_STATE TRUE // Add state machine features #define GAME_USE_V...") (current)
- 14:18, 12 January 2024 (diff | hist) . . (+126) . . N Modules/game (Created page with "{{MODULE |name=game |category=Gameplay |dependency1=vdp |dependency2=bios |dependency3= |sample1=s_game |sample2= |sample3= }}")
- 22:48, 11 January 2024 (diff | hist) . . (0) . . Modules/vdp/Usage
- 22:48, 11 January 2024 (diff | hist) . . (+7) . . Modules/vdp/Usage (→Links)
- 20:44, 11 January 2024 (diff | hist) . . (+639) . . Modules/vdp/Usage
- 20:24, 11 January 2024 (diff | hist) . . (+43) . . N Modules/vdp/Usage (Created page with "=== Links === For more information check: *")
- 20:11, 11 January 2024 (diff | hist) . . (+524) . . N Modules/vdp/Desc (Created page with "The {{MOD|vdp}} module is a major module that handles all display-related tasks: choice of screen modes, VRAM writing and reading, sprite management, management of advanced MS...")
- 19:29, 11 January 2024 (diff | hist) . . (+13) . . Template:MODULE
- 19:28, 11 January 2024 (diff | hist) . . (+742) . . Template:MODULE
- 19:26, 11 January 2024 (diff | hist) . . (+318) . . N Modules/vdp (Created page with "{{MODULE |name=vdp |category=Core |dependency1= |dependency2= |dependency3= |sample1=s_sm1 |sample1_desc=sprite mode 1 |sample2=s_sprite |sample2_desc=sprite mode 2 and screen...")
- 18:55, 11 January 2024 (diff | hist) . . (+3,081) . . N Modules/vdp/Settings (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // VRAM addressing unit // - VDP_VRAM_ADDR_14 ............. Use 14-bits 16K VRAM addressing for MS...")
- 23:36, 10 January 2024 (diff | hist) . . (+147) . . N Modules/string (Created page with "{{MODULE |name=string |category=Core |dependency1= |dependency2= |dependency3= |sample1=s_dos2 |sample1_desc= |sample2= |sample2_desc= |sample3= }}") (current)
- 23:36, 10 January 2024 (diff | hist) . . (+71) . . N Modules/string/Desc (Created page with "The {{MOD|string}} module manages operations on characters and strings.") (current)
- 23:31, 10 January 2024 (diff | hist) . . (+592) . . N Modules/string/Settings (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // Support for integer to ASCII string converter functions #define STRING_USE_FROM_INT8 TRUE // Si...") (current)
- 18:19, 10 January 2024 (diff | hist) . . (+167) . . N Modules/memory/Desc (Created page with "The {{MOD|memory}} module lets you perform basic memory operations in an optimized way, and also offers advanced features such as dynamic memory allocation management.") (current)
- 18:00, 10 January 2024 (diff | hist) . . (+448) . . N Modules/memory/Settings (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> #define MEM_USE_VALIDATOR FALSE // Activate validator to handle invalide input value #define MEM_US...") (current)
- 17:46, 10 January 2024 (diff | hist) . . (+161) . . N Modules/memory (Created page with "{{MODULE |name=memory |category=Core |dependency1= |dependency2= |dependency3= |sample1=s_sys |sample1_desc= |sample2= |sample2_desc= |sample3= |sample3_desc= }}") (current)
- 00:09, 10 January 2024 (diff | hist) . . (0) . . Build tool (→Emulator)
- 00:08, 10 January 2024 (diff | hist) . . (0) . . Build tool (→General)
- 00:08, 10 January 2024 (diff | hist) . . (+64) . . Build tool (→General)
- 09:30, 9 January 2024 (diff | hist) . . (+13) . . MSXhex
- 09:29, 9 January 2024 (diff | hist) . . (+4) . . Create a mapped ROM (→Example)
- 00:28, 8 January 2024 (diff | hist) . . (+1) . . Modules
- 00:26, 8 January 2024 (diff | hist) . . (+6) . . Template:MOD (current)
- 00:26, 8 January 2024 (diff | hist) . . (-4) . . Modules/localize
- 00:25, 8 January 2024 (diff | hist) . . (+157) . . Modules
- 00:19, 8 January 2024 (diff | hist) . . (0) . . Modules
- 00:18, 8 January 2024 (diff | hist) . . (+175) . . Modules
- 00:02, 8 January 2024 (diff | hist) . . (+125) . . N Modules/math/Usage (Created page with "<u>Note</u>: To use the macros, you only need to include the header. No need to add the module in your project configuration.") (current)
- 00:00, 8 January 2024 (diff | hist) . . (-1) . . Create a mapped ROM (→Initial slot configuration)
- 23:53, 7 January 2024 (diff | hist) . . (+15) . . Create a mapped ROM (→Principles)
- 23:28, 7 January 2024 (diff | hist) . . (+694) . . N Modules/math/Settings (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // Random methods // - RANDOM_8_NONE ................ No 8-bits random // - RANDOM_8_REGISTER ........") (current)
- 23:26, 7 January 2024 (diff | hist) . . (+87) . . N Modules/math/Desc (Created page with "The {{MOD|math}} module offers a range of mathematical functions optimized for the Z80.") (current)
- 23:23, 7 January 2024 (diff | hist) . . (+160) . . N Modules/math (Created page with "{{MODULE |name=math |category=Core |dependency1= |dependency2= |dependency3= |sample1=s_math |sample1_desc= |sample2= |sample2_desc= |sample3= |sample3_desc= }}")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)