summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-07Fix compilation under MacOS X.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1659
2009-09-06Fixes for MSVC compile (thanks entryway).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1657
2009-08-27Allow PGUP/PGDN to scroll up and down in scroll panes (thanksSimon Howard
LionsPhil). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1631
2009-07-20Remove redundant variable assignment (thanks Quasar/Yagisan)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1630
2009-07-20Save and display the loading disk icon as a fixed 16x16 square, from anSimon Howard
image drawn at the bottom right corner of the screen. This seems to be the same as how Vanilla behaves, and fixes chook3.wad, that uses an STDISK replacement with an offset that pushes the image to the left. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1629
2009-07-13Add stdio.h include to fix MSVC build (thanks Kaiser)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1625
2009-07-12Fix compile with libsamplerate.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1620
2009-07-12On Windows CE, use the Windows API to find the amount of availableSimon Howard
memory, so that at least two megabytes are always left available to the OS. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1619
2009-07-11Add missing item to NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1614
2009-07-07Update NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1609
2009-07-07Fix launching of the game from the setup tool in Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1608
2009-06-21Add Makefile for building CAB files, dependency calculation.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1607
2009-06-21Use correct filename for SDL_net DLL.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1606
2009-06-21Remove temporary files after generating CAB file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1605
2009-06-20Add script to generate Windows CE install package.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1604
2009-06-16Automatically allocate a smaller zone size if it was not possible toSimon Howard
allocate the default 16 MiB. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1603
2009-06-13Don't post zero key events.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1602
2009-06-12On Windows CE systems without a keyboard, patch the default settings toSimon Howard
use hardware keys. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1600
2009-06-12Remove debug messages.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1599
2009-06-12Set the USER environment variable based on the owner information fromSimon Howard
the registry. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1598
2009-06-12Always grab input on Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1597
2009-06-11Include libc_wince.a in chocolate-server build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1595
2009-06-11Grab the input in setup when reading a new key binding, so that WindowsSimon Howard
CE buttons are read properly. Map buttons to PC function keys. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1594
2009-06-11Include libc_wince.h on Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1593
2009-06-11Declare getenv/putenv on Windows CE for recent SDL versions that do notSimon Howard
declare it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1592
2009-06-10Add key bindings for pause, message refresh.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1586
2009-06-08Remove debugging code.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1578
2009-06-08Use SDL's getenv/putenv implementation, and populate at startup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1577
2009-06-07Use CreateFileW instead of OpenFile (doesn't exist on Windows CE)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1576
2009-06-07Fix header includes (thanks exp[x])Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1575
2009-06-07Don't add DirectX/Windib selector on Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1574
2009-06-07Use home dir to store configuration and savegames under Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1573
2009-06-07Fix setup tool display configuration dialog when fullscreen is notSimon Howard
supported. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1572
2009-06-07Make auto-adjust code switch to windowed mode if no fullscreen modes areSimon Howard
available. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1571
2009-06-07Catch errors when initialising SDL. Use the small textscreen font bySimon Howard
default on Windows CE if no fullscreen modes are available. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1570
2009-06-07Add missing SDL_thread include.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1569
2009-06-07Don't try to use the SDL DirectX driver under Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1568
2009-06-07Fix setup tool compile on Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1567
2009-06-07Remove call to setbuf.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1566
2009-06-07Add IWAD search dirs for Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1565
2009-06-07Exit with an error on failure to allocate zone memory.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1564
2009-06-07Use MessageBoxW instead of MessageBox (doesn't exist on Windows CE)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1563
2009-06-07Add README file for Windows CE library.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1562
2009-06-07Detect Windows CE target and build/include libc_wince files asSimon Howard
necessary. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1561
2009-06-07- Update textscreen codeblocks project to include txt_scrollpane.* andRussell Rice
txt_smallfont.h Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1560
2009-06-07Include libc_wince.h when on Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1559
2009-06-07Add CPU affinity function for Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1558
2009-06-07Add libc_wince.h header, and EISDIR error value.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1557
2009-06-07Use GetUserNameExW, not GetUserName (doesn't exist on WinCE)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1556
2009-06-07Fix compile with FEATURE_MULTIPLAYER disabled.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1555