shithub: choc

RSS feed

8777a967 – Simon Howard <fraggle@gmail.com> authored on 2009/06/21 15:33
Add Makefile for building CAB files, dependency calculation.

4981903f – Simon Howard <fraggle@gmail.com> authored on 2009/06/21 15:19
Use correct filename for SDL_net DLL.

48f39f1e – Simon Howard <fraggle@gmail.com> authored on 2009/06/21 15:03
Remove temporary files after generating CAB file.

d131bab5 – Simon Howard <fraggle@gmail.com> authored on 2009/06/20 18:13
Add script to generate Windows CE install package.

9d9d55a9 – Simon Howard <fraggle@gmail.com> authored on 2009/06/16 15:47
Automatically allocate a smaller zone size if it was not possible to

356cc402 – Simon Howard <fraggle@gmail.com> authored on 2009/06/13 13:10
Don't post zero key events.

d4863b4c – Simon Howard <fraggle@gmail.com> authored on 2009/06/12 15:07
On Windows CE systems without a keyboard, patch the default settings to

a3b1c4e9 – Simon Howard <fraggle@gmail.com> authored on 2009/06/12 13:58
Remove debug messages.

9fc871cd – Simon Howard <fraggle@gmail.com> authored on 2009/06/12 13:35
Set the USER environment variable based on the owner information from

c80600ef – Simon Howard <fraggle@gmail.com> authored on 2009/06/12 13:34
Always grab input on Windows CE.

43748a36 – Simon Howard <fraggle@gmail.com> authored on 2009/06/11 17:34
Include libc_wince.a in chocolate-server build.

779a2157 – Simon Howard <fraggle@gmail.com> authored on 2009/06/11 15:41
Grab the input in setup when reading a new key binding, so that Windows

3a4db250 – Simon Howard <fraggle@gmail.com> authored on 2009/06/11 14:19
Include libc_wince.h on Windows CE.

1a5c3bc6 – Simon Howard <fraggle@gmail.com> authored on 2009/06/11 14:18
Declare getenv/putenv on Windows CE for recent SDL versions that do not

ac28eb40 – Simon Howard <fraggle@gmail.com> authored on 2009/06/10 15:03
Add key bindings for pause, message refresh.

b6491fa4 – Simon Howard <fraggle@gmail.com> authored on 2009/06/08 15:26
Remove debugging code.

a91a1c60 – Simon Howard <fraggle@gmail.com> authored on 2009/06/08 14:15
Use SDL's getenv/putenv implementation, and populate at startup.

bdeaec12 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 19:41
Use CreateFileW instead of OpenFile (doesn't exist on Windows CE)

d9be0682 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 15:08
Fix header includes (thanks exp[x])

ea3b0114 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 14:18
Don't add DirectX/Windib selector on Windows CE.

0e3e4653 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 13:53
Use home dir to store configuration and savegames under Windows CE.

ef459ab9 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 13:33
Fix setup tool display configuration dialog when fullscreen is not

5d99eee5 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 13:10
Make auto-adjust code switch to windowed mode if no fullscreen modes are

895f4406 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 12:41
Catch errors when initialising SDL. Use the small textscreen font by

cf6e976f – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 12:39
Add missing SDL_thread include.

ad9f8107 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 12:35
Don't try to use the SDL DirectX driver under Windows CE.

1a54277a – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 11:21
Fix setup tool compile on Windows CE.