kichikuou
|
a726d577ef
|
modules: Move SACT/sactcg.c to lib/ and use it from NIGHTDLL
|
2026-03-17 11:09:47 +09:00 |
|
kichikuou
|
7d03fc6757
|
sactlog: Hold log text in UTF-8
|
2025-08-28 12:24:49 +09:00 |
|
kichikuou
|
dc17b78365
|
Move miscellaneous low-level functions to system.[ch]
|
2025-06-11 09:23:44 +09:00 |
|
kichikuou
|
b5bf439b8e
|
Remove graphics.h
|
2025-06-11 09:23:42 +09:00 |
|
kichikuou
|
cf5e899632
|
Remove unused includes from NIGHTDLL/ and SACT/
|
2025-02-19 12:38:47 +09:00 |
|
kichikuou
|
f282c02376
|
Replace sf0 with main_surface
|
2025-02-19 12:15:10 +09:00 |
|
kichikuou
|
6b646b3857
|
SACT: Change text canvas from surface_t to SDL_Surface
|
2025-02-18 22:01:18 +09:00 |
|
kichikuou
|
7f645d6bd1
|
Refactor function return types in modules/
|
2025-02-03 09:24:45 +09:00 |
|
kichikuou
|
d14b42c146
|
Replace boolean/TRUE/FALSE with bool/true/false
|
2025-02-02 10:02:08 +09:00 |
|
kichikuou
|
c280fc719b
|
Implement SACT.PeekKey and SACT.MessagePeek
Used in Rakuen Yuki.
|
2025-01-08 10:04:28 +09:00 |
|
kichikuou
|
29a139c8a1
|
Use the standard integer types
This replaces BYTE, WORD and DWORD types with uint8_t, uint16_t and
uint32_t respectively.
|
2022-10-29 09:34:21 +09:00 |
|
kichikuou
|
d1712ab7b4
|
Remove newline character from debug print macro calls
Now "\n" is appended by the macros.
|
2022-09-02 20:37:26 +09:00 |
|
kichikuou
|
9ad1059ced
|
Let SACT.WaitKeyMessgae call sys_getInputInfo() while skipping
Otherwise it skips messages too fast.
|
2022-01-01 15:48:16 +09:00 |
|
kichikuou
|
ff9710426f
|
Remove internal time counters
|
2021-11-14 22:12:11 +09:00 |
|
kichikuou
|
69f5e8f538
|
Fix message display of SACT and NIGHTDLL in Unicode mode
|
2021-11-04 09:28:45 +09:00 |
|
kichikuou
|
d61ce9a18e
|
SACT/NIGHTDLL: Check nact->is_quit flag in wait loops
|
2021-01-24 11:43:23 +09:00 |
|
kichikuou
|
e18bb6cb75
|
Make MyRectangle an alias of SDL_Rect
|
2021-01-09 13:43:21 +09:00 |
|
kichikuou
|
9f9805128f
|
Improve message skip
When message skip is enabled while executing sys_keywait(), skip starts
immediately.
|
2020-12-13 12:29:09 +09:00 |
|
kichikuou
|
d8fbf9a8b1
|
Cleanup
|
2020-08-09 13:41:26 +09:00 |
|
kichikuou
|
bdfe0e8077
|
Remove sjis2lang and lang2sjis macros
There's no plan to use any other "native" character encodings than
UTF-8.
|
2020-07-23 13:53:08 +09:00 |
|
kichikuou
|
1cf197513c
|
Use const strings in message related functions
|
2020-06-20 10:53:38 +09:00 |
|
kichikuou
|
7240971beb
|
Fix SACT.MessageIsEmpty
This fixes a bug where message wasn't flushed before changing text
attributes.
|
2020-06-06 18:27:20 +09:00 |
|
kichikuou
|
8d72775daa
|
Modules: Make debug messages less verbose
|
2020-05-04 23:02:05 +09:00 |
|
kichikuou
|
8c31e7a2ec
|
Rename imput.[ch] to input.[ch]
|
2019-12-24 17:40:02 +09:00 |
|
kichikuou
|
245bc1212c
|
Remove glib dependency
|
2017-02-18 18:16:32 +09:00 |
|
kichikuou
|
e2fdaebb74
|
Rename eucsjis to utfsjis
|
2017-02-11 19:43:01 +09:00 |
|
kichikuou
|
f1b0b399fa
|
Convert EUC to utf-8
|
2017-02-11 19:03:05 +09:00 |
|
kichikuou
|
e607c9c2ee
|
Import xsystem35-1.7.3-pre5
|
2014-04-26 18:40:24 +09:00 |
|