-
I can play Theme Hospital over Hamachi or DOSBox (without Hamachi)... but it's still so so slow... especially playing with someone on the otherside of the world.
Can't wait for TCP/IP Hospital.... or someone writing a IPX hook (like they did for C&C & Atomic Bomberman).
2009-02-23 17:05:34 UTC in OpenTH
-
Some of us should concentrate efforts on pursuading Maxis or EA or whoever owns rights to the Theme Hospital source code... to release as open source. Just give them the open source talk... and the benefits that came to ID Software, 3D Realms, etc.
Would be so much easier to get Open Hospital that way.
2009-02-23 16:52:45 UTC in OpenTH
-
I run syn on English Windows XP SP2, but with Language for non-Unicode programs: Chinese (PRC). I do this for many other programs so they can read/load files with chinese characters in the filename.
When I select Show Whitespace in syn, then I get chinese characters overlapping the spaces & first letter of the word directly after a space.
Is it possible to fix this without having to port...
2008-12-10 09:56:20 UTC in syn Text Editor
-
I have a massive MFC app that uses a username/password login system.
I managed to get something in the main app ::InitInstance function. I want to start running the test suite/cases AFTER logging into the system. TestCases such as create/delete folder, etc.
I understand that TestUnits are suppose to be testing individual units (class objects) functionality. This is a bit program in my...
2008-11-26 11:58:02 UTC in CppUnit - C++ port of JUnit
-
I can't remember how I used CppUnitTestApp... to integrated into my MFC program.. but I did it once.. and I followed the online wiki.
Now the online wiki is down.. I can't progress :( when will the wiki be functiona again???.
2008-11-25 16:42:46 UTC in CppUnit - C++ port of JUnit
-
A "secrets" highlighter. Basically it would mark out sectors (maybe by a red outline) that are secrets.
It would also be nice to highlight using different colours for switches/keys and their corresponding doors. So, a red switch would show it opened that red door on WAD2PDF maps.
2008-10-08 11:40:21 UTC in Wad2PDF
-
It would be very good to have a multiple dedicated server manager so admins can spawn and manage more than 1 dedicated server.
2008-09-30 20:19:10 UTC in Doomsday Engine
-
The Setting up Doomsday for Multiplayer
(http://forums.newdoom.com/showthread.php?t=27578)
is not enough as a dedicated command-line server. The above still launches a GUI full-screen window. This is not feasible for one to run his Doomsday server 24/7 on the master servers list.
Implementation of a command-line text-based (non-graphical) console dedicated server would be beneficial.
2008-09-29 22:24:33 UTC in Doomsday Engine
-
wxTidy (Gary Harris) 0.1b I found reformat/layout my code wrong. I have a HTML form which is all on one line, eg.
<form name="Example" id="Example" target="_self" action="index.asp" method="post">
<input name="Value1" value="1234567890123456789012345678901234567890" type="hidden">
<input...
2008-08-14 14:18:56 UTC in wxTidy
-
I really like JACOB and just managed to get my COM recognised in a JACOB 1.7 sample. I have APIs eg. document.getElementWithID("test").value(0) = "text".
PROB 1: You'd think the "value" API is a get/set. But somehow I can't use the Dispatch.get/put with my value(0) because of the 1 argument parameter. Am wondering how to get around this? Does the latest version...
2008-08-05 15:14:57 UTC in JACOB - Java COM Bridge