xant
e276da4ed8
minor fixes and cleanings
...
the most serious fix here was to flag the cocoa keyboardcontroller as
indestructible, to avoid crashes when loading a new script after a reset()
(the keyboardcontroller was destroyed while still used as a singleton,
so the new script was referencing a dead instance)
2010-04-24 23:51:43 +02:00
Xant
d53f107512
fix the project to allow editing the load section on 'Release' binary.
...
minimal cleanings along the way ... layers are now added accessing the
screen instead of using the deprecated method Context::add_layer()
2009-09-13 04:10:50 +02:00
Xant
2c96a60472
copyright is not valid with a nickname only
2009-09-12 09:27:29 +02:00
Xant
5e8199fdf3
copyright notice
2009-09-12 00:45:04 +02:00
Xant
8660eb518b
just cleanings
2009-08-30 11:53:42 +02:00
Xant
dd4107d0a4
improving readability
2009-08-30 09:17:45 +02:00
Xant
94d7fe975a
Ooops. That message should be really a debug one
2009-08-29 22:34:53 +02:00
Xant
81e6728b65
proper handling of keyboard modifiers
2009-08-29 22:33:48 +02:00
Xant
59afc3d85b
cosmetics
2009-08-29 18:41:09 +02:00
Xant
c4233236d0
reducing code in the critical section
...
(we really need to acquire the lock only when inserting a new entry
to the array ... not while creating it)
2009-08-29 17:08:24 +02:00
Xant
93caba3c7d
cleaning CKbdController implementation
...
(removed duplicated code + some fixes to avoid compile-time warnings)
2009-08-29 17:02:39 +02:00
Xant
9c3c0c6c6f
fixed return value of getEvent()
2009-08-29 15:33:42 +02:00
Xant
2449899540
Cocoa KbdController now works properly
2009-08-29 14:54:44 +02:00
Xant
c6de2738f8
implementing KbdController on OSX (WIP)
2009-08-29 11:05:53 +02:00