gbeauche
|
8948ce2a49
|
Use atexit(SDL_Quit) idiom. XCloseDisplay() only when using X11 graphics.
|
2004-06-24 15:18:42 +00:00 |
|
gbeauche
|
14587bed4d
|
SDL_WaitThread() works better when the thread arg is valid. ;-)
|
2004-06-23 22:55:47 +00:00 |
|
gbeauche
|
6b903f3d18
|
Fix events processing on MacOS X, though mouse motion is still not smooth
enough.
|
2004-06-23 22:37:33 +00:00 |
|
gbeauche
|
c6ff8bc709
|
Use clip_unix.cpp only with X11 targets. Otherwise, default to clip_dummy.cpp
|
2004-06-23 22:33:45 +00:00 |
|
gbeauche
|
cc61fe9dd2
|
Add GetScrap(). Use FOURCC for Mac 4-char codes
|
2004-06-23 16:32:00 +00:00 |
|
gbeauche
|
19494038b3
|
Initial SDL/video support. Fix VOSF code could lead to a crash on run-time
resolution/depth switching. Rearrange blitter lookup code, aka make it cleaner.
|
2004-06-23 14:30:48 +00:00 |
|
gbeauche
|
7af8aaed40
|
Initial SDL support.
|
2004-06-23 13:47:20 +00:00 |
|
gbeauche
|
25f205c535
|
Fix double mappings in "MacX" section, aka do recognize 'r' key.
|
2004-06-22 22:42:37 +00:00 |
|
gbeauche
|
342db1fb26
|
Handle Control key in "MacX" mappings.
|
2004-06-22 20:04:51 +00:00 |
|
cebix
|
d048916fda
|
updated
|
2004-05-27 13:58:07 +00:00 |
|
nigel
|
a141e8dd9e
|
New Autorelease pool stuff for NNTimer
|
2004-05-25 07:50:14 +00:00 |
|
nigel
|
826329a1c8
|
New Autorelease pool stuff for NNTimer
|
2004-05-25 07:38:27 +00:00 |
|
nigel
|
44e1e0455e
|
Some confusion about method name in NNTimer. Renamed it.
|
2004-05-25 07:37:52 +00:00 |
|
nigel
|
12e723e9a4
|
Force an autorelease pool around the redraw thread.
Requires an updated NNThread class
|
2004-05-25 05:26:41 +00:00 |
|
nigel
|
451d7b22c9
|
v16-classic
|
2004-05-25 04:26:54 +00:00 |
|
nigel
|
e77112aab0
|
Added howto import files using Disk Copy
|
2004-05-25 04:24:01 +00:00 |
|
nigel
|
8eb9ead7cd
|
Added Classic building option
|
2004-05-25 04:22:49 +00:00 |
|
gbeauche
|
237ab8ffc6
|
Delay_usec() for BeOS too
|
2004-05-15 16:21:37 +00:00 |
|
gbeauche
|
9445ccb5ad
|
typos
|
2004-05-12 11:46:34 +00:00 |
|
gbeauche
|
a8c8c1d4d9
|
Move and fix tun interface shutdown call
|
2004-05-09 16:32:12 +00:00 |
|
gbeauche
|
2ce9491e96
|
TUN/TAP support
|
2004-05-09 16:16:05 +00:00 |
|
gbeauche
|
fa0ea48eed
|
Try to document TUN/TAP use.
|
2004-05-09 16:15:36 +00:00 |
|
nigel
|
0cee6a8fba
|
Added notes about the classic version of the app
|
2004-05-02 11:34:49 +00:00 |
|
nigel
|
4441484404
|
Working code to locate floppy drives
|
2004-05-02 11:12:07 +00:00 |
|
nigel
|
c44036a4ce
|
Always remove cdrom & floppy prefs, as we always need to locate them freshly
|
2004-05-02 11:09:25 +00:00 |
|
nigel
|
b0c4669f04
|
v16, now in two flavours!
|
2004-05-02 11:06:14 +00:00 |
|
nigel
|
69d86724a1
|
More ideas
|
2004-05-02 11:03:32 +00:00 |
|
nigel
|
2fb48eaab2
|
Cope with non-ASCII directory/file names
|
2004-05-02 11:02:34 +00:00 |
|
gbeauche
|
815390707a
|
Decode MOVSX r32, r/m16 (generated by icc v8.0 on x86)
|
2004-02-16 16:02:48 +00:00 |
|
nigel
|
c0db6d3f47
|
Typo in IDE auto-detection
|
2004-01-29 12:28:53 +00:00 |
|
nigel
|
4a33797b48
|
On second thoughts, not many people will be building on 10.1,
so it is better to create a dummy file now.
|
2004-01-29 12:26:28 +00:00 |
|
nigel
|
d2602583e2
|
Try to get nowrite.icns from 10.1 install
|
2004-01-29 12:24:43 +00:00 |
|
nigel
|
622a0e6e23
|
Some project files had absolute paths (i.e. ~nigel), and the compiler
-D flags had values that are more correctly picked up from config.h
|
2004-01-29 12:20:59 +00:00 |
|
nigel
|
6412114eab
|
Properties of target when built in Xcode
|
2004-01-29 12:15:18 +00:00 |
|
nigel
|
f2d79b7773
|
Protect from bug/crash when a click in the window would
try to send ADB mouse events to a non-existant emulator
|
2004-01-29 12:10:47 +00:00 |
|
nigel
|
de2d213c88
|
Remove defines for OS_, BSD_COMP, *_ADDRESSING and FPU_, as these should be
included by config.h, and defining them here makes them hard to change
|
2004-01-28 07:31:03 +00:00 |
|
nigel
|
cd15959140
|
John Daniel's changes; CarbonCore is hard to find (sub framework of the
CoreServices framework). Easier to include full Carbon header instead
(and remove extra defs).
|
2004-01-28 07:29:38 +00:00 |
|
nigel
|
8f50d27091
|
/bin/true isn't on OS X, auto-detect Xcode (vs Project Builder),
some textual changes to make it even more like Unix/autoconfigure.ac
|
2004-01-28 07:26:00 +00:00 |
|
nigel
|
c983b0e80f
|
Xcode vs Project Builder is now automatically configured - no extra rules
|
2004-01-28 07:24:31 +00:00 |
|
nigel
|
8f2870ac0e
|
Correct comment about ENABLE_MULTIPLE
|
2004-01-28 07:21:32 +00:00 |
|
nigel
|
c9d4da6303
|
Mention Xcode, add note about strange 10.1 linking bug
|
2004-01-28 07:20:36 +00:00 |
|
nigel
|
9798e97c5b
|
Added help items on some buttons
|
2004-01-28 04:09:24 +00:00 |
|
nigel
|
28263d86c3
|
Shorten slightly - General Public License didn't fit in the about window
|
2004-01-28 04:07:59 +00:00 |
|
nigel
|
d42aeaa95d
|
Use xcode for app target, too (thanks to John Daniel)
|
2004-01-27 22:04:12 +00:00 |
|
nigel
|
5bbde8f9fe
|
Minor changes for latest code
|
2004-01-27 11:54:37 +00:00 |
|
nigel
|
710140c04b
|
Project file for Xcode (10.3 development IDE)
|
2004-01-27 11:48:19 +00:00 |
|
nigel
|
9cdba256f8
|
Corrected removal of bad serial prefs data
|
2004-01-27 11:31:01 +00:00 |
|
nigel
|
a77b3c7204
|
Typo in comment
|
2004-01-27 11:28:19 +00:00 |
|
nigel
|
35d3ea9991
|
Code to cope with errors from an incomplete preferences file
|
2004-01-27 11:20:24 +00:00 |
|
nigel
|
c9af62f191
|
Happy New Year :)
|
2004-01-27 04:44:36 +00:00 |
|