aros:aros.git
9 years agodisabled spinlock protection for liblists again. AROS boots now again (sometimes... silly-smp-o1i
Oliver Brunner [Tue, 5 Nov 2013 15:57:21 +0000 (16:57 +0100)]
disabled spinlock protection for liblists again. AROS boots now again (sometimes). Nevertheless, the idea of spinlocks in Frobid might work, just for other cases.

9 years agobetter debug output
Oliver Brunner [Mon, 4 Nov 2013 16:26:45 +0000 (17:26 +0100)]
better debug output

9 years agoimproved debug output
Oliver Brunner [Mon, 4 Nov 2013 16:25:58 +0000 (17:25 +0100)]
improved debug output

9 years ago- moved THISCPU->ThisTask=NULL to the bottom, as we still need it for SpinLock functi...
Oliver Brunner [Mon, 4 Nov 2013 16:21:29 +0000 (17:21 +0100)]
- moved THISCPU->ThisTask=NULL to the bottom, as we still need it for SpinLock function calls
- use ResetSpin in conjunction with KrnScheduling(KSCHED_RESET(-1))
- added some debugs, which should be removed again ;)

9 years agoDon't use spinlocks for manual Forbid levels. We don't fix them here for normal Forbi...
Oliver Brunner [Mon, 4 Nov 2013 16:18:57 +0000 (17:18 +0100)]
Don't use spinlocks for manual Forbid levels. We don't fix them here for normal Forbids/Permits either.

9 years agostill WIP, but better
Oliver Brunner [Fri, 25 Oct 2013 12:36:45 +0000 (14:36 +0200)]
still WIP, but better

9 years agoI hate that file..
Oliver Brunner [Fri, 25 Oct 2013 12:10:11 +0000 (14:10 +0200)]
I hate that file..

9 years agoignore mmakefiles
Oliver Brunner [Fri, 25 Oct 2013 11:53:03 +0000 (13:53 +0200)]
ignore mmakefiles

9 years agoignore mmakefiles
Oliver Brunner [Fri, 25 Oct 2013 11:52:28 +0000 (13:52 +0200)]
ignore mmakefiles

9 years agobuild it again
Oliver Brunner [Fri, 25 Oct 2013 11:48:09 +0000 (13:48 +0200)]
build it again

9 years agoAROS_SMP should be filled with aros_smp configure value
Oliver Brunner [Fri, 25 Oct 2013 09:17:10 +0000 (11:17 +0200)]
AROS_SMP should be filled with aros_smp configure value

9 years agoMerge remote branch 'remotes/origin/ABI_V1' into silly-smp-o1i
Oliver Brunner [Fri, 25 Oct 2013 08:26:57 +0000 (10:26 +0200)]
Merge remote branch 'remotes/origin/ABI_V1' into silly-smp-o1i

9 years agostill fighting with merge conflict
Oliver Brunner [Fri, 25 Oct 2013 08:26:39 +0000 (10:26 +0200)]
still fighting with merge conflict

9 years agoresolve merge conflict
Oliver Brunner [Fri, 25 Oct 2013 08:20:52 +0000 (10:20 +0200)]
resolve merge conflict

9 years agonow calls kernel permit, to get system spinlock nesting right
Oliver Brunner [Fri, 25 Oct 2013 08:06:49 +0000 (10:06 +0200)]
now calls kernel permit, to get system spinlock nesting right

9 years agoadapted to new ResetSpin parameter
Oliver Brunner [Fri, 25 Oct 2013 08:04:32 +0000 (10:04 +0200)]
adapted to new ResetSpin parameter

9 years agofixed Forbid fallback
Oliver Brunner [Fri, 25 Oct 2013 08:03:56 +0000 (10:03 +0200)]
fixed Forbid fallback

9 years agoadded new Guru for illegal SpinLock access. Maybe needs to be added somewhere else?
Oliver Brunner [Fri, 25 Oct 2013 08:02:52 +0000 (10:02 +0200)]
added new Guru for illegal SpinLock access. Maybe needs to be added somewhere else?

9 years agochanged return value
Oliver Brunner [Fri, 25 Oct 2013 07:55:59 +0000 (09:55 +0200)]
changed return value

9 years agoTabs to spaces, more consistent formatting.
neil [Fri, 25 Oct 2013 06:40:28 +0000 (06:40 +0000)]
Tabs to spaces, more consistent formatting.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48319 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoRevalidate current value whenever MUIA_Numeric_(Min|Max) attributes are
neil [Fri, 25 Oct 2013 06:30:33 +0000 (06:30 +0000)]
Revalidate current value whenever MUIA_Numeric_(Min|Max) attributes are
set.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48318 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years ago - Refresh knob position and value whenever MUIA_Numeric_(Min|Max|Format)
neil [Fri, 25 Oct 2013 06:29:08 +0000 (06:29 +0000)]
 - Refresh knob position and value whenever MUIA_Numeric_(Min|Max|Format)
   attributes are set.
 - Handle setting of MUIA_Slider_Horiz (does not revise layout yet
   however).
 - Handle getting of MUIA_Slider_Horiz.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48317 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoAdded a new sub-tab containing five list types that can be manipulated
neil [Fri, 25 Oct 2013 02:00:09 +0000 (02:00 +0000)]
Added a new sub-tab containing five list types that can be manipulated
in various ways.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48316 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agorenamed initspin to resetspin
Oliver Brunner [Thu, 24 Oct 2013 08:09:38 +0000 (10:09 +0200)]
renamed initspin to resetspin

9 years agoprotect OpenLibrary with a system spinlock (WIP)
Oliver Brunner [Thu, 24 Oct 2013 07:47:38 +0000 (09:47 +0200)]
protect OpenLibrary with a system spinlock (WIP)

9 years agoskip TS_REMOVED tasks, too
Oliver Brunner [Thu, 24 Oct 2013 07:46:39 +0000 (09:46 +0200)]
skip TS_REMOVED tasks, too

9 years agorenamed
Oliver Brunner [Thu, 24 Oct 2013 07:31:56 +0000 (09:31 +0200)]
renamed

9 years agoadded automatic system spinlock unlocking and locking
Oliver Brunner [Thu, 24 Oct 2013 07:29:51 +0000 (09:29 +0200)]
added automatic system spinlock unlocking and locking

9 years agorenamed initspin to resetspin
Oliver Brunner [Thu, 24 Oct 2013 07:26:35 +0000 (09:26 +0200)]
renamed initspin to resetspin

9 years agoAllow the bounding values of numeric gadgets to be changed by the user.
neil [Thu, 24 Oct 2013 03:13:30 +0000 (03:13 +0000)]
Allow the bounding values of numeric gadgets to be changed by the user.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48315 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoAllow notification of new integer values in a string gadget when return
neil [Thu, 24 Oct 2013 03:03:40 +0000 (03:03 +0000)]
Allow notification of new integer values in a string gadget when return
key is pressed.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48314 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoDefined superset() macro for easy setting of an attribute through the
neil [Thu, 24 Oct 2013 02:54:30 +0000 (02:54 +0000)]
Defined superset() macro for easy setting of an attribute through the
superclass.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48313 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoImprovements to AutoDocs.
neil [Thu, 24 Oct 2013 02:05:49 +0000 (02:05 +0000)]
Improvements to AutoDocs.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48312 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoPut VOID mode-file in "Storage", but void.audio in "Devs". This is necessary
neil [Wed, 23 Oct 2013 19:38:46 +0000 (19:38 +0000)]
Put VOID mode-file in "Storage", but void.audio in "Devs". This is necessary
to allow the Void driver to be loaded as a fallback when no real modes are
available. I.e. this is a follow-up/correction to r45741.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48311 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years ago- added initspin to reset a spin
Oliver Brunner [Wed, 23 Oct 2013 15:10:34 +0000 (17:10 +0200)]
- added initspin to reset a spin
- spins now work in very early boot conditions or during task removal, when ThisTask is NULL

9 years agoReverted r48299. With a fresh build, it wasn't needed.
neil [Tue, 22 Oct 2013 18:15:41 +0000 (18:15 +0000)]
Reverted r48299. With a fresh build, it wasn't needed.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48310 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoMy previous commit caused that parent directory wasn't set,
mazze [Tue, 22 Oct 2013 02:46:41 +0000 (02:46 +0000)]
My previous commit caused that parent directory wasn't set,
so I'm fully reverting to r44599.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48309 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoDon't execute the default tool of a tool icon.
mazze [Tue, 22 Oct 2013 01:49:00 +0000 (01:49 +0000)]
Don't execute the default tool of a tool icon.
Bugfix for:
https://sourceforge.net/p/aros/bugs/460/

Note that executing System/CLI from System/Shell.info
doesn't work anymore.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48308 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoUpdated to V8.85.
mazze [Mon, 21 Oct 2013 09:55:18 +0000 (09:55 +0000)]
Updated to V8.85.

Disabled from automatic build because there are 2 issues:
https://sourceforge.net/p/aros/bugs/460/
https://sourceforge.net/p/aros/bugs/461/

git-svn-id: https://svn.aros.org/svn/aros/trunk@48307 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoretab
Oliver Brunner [Mon, 21 Oct 2013 09:11:19 +0000 (11:11 +0200)]
retab

9 years agoavoid possible race condition
Oliver Brunner [Mon, 21 Oct 2013 08:11:15 +0000 (10:11 +0200)]
avoid possible race condition

9 years agoretab
Oliver Brunner [Mon, 21 Oct 2013 08:10:51 +0000 (10:10 +0200)]
retab

9 years agoPushover added.
mazze [Sun, 20 Oct 2013 17:51:28 +0000 (17:51 +0000)]
Pushover added.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48306 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agolibstdc++ needs ioctl(). I think that function got
mazze [Sun, 20 Oct 2013 16:13:53 +0000 (16:13 +0000)]
libstdc++ needs ioctl(). I think that function got
lost during clib split.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48305 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoC:Partition - give extended explanation of possible failure cause when tool is not...
deadwood [Thu, 17 Oct 2013 19:16:24 +0000 (19:16 +0000)]
C:Partition - give extended explanation of possible failure cause when tool is not able to open root partition

git-svn-id: https://svn.aros.org/svn/aros/trunk@48304 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoReplaced static variable by a library base member to
mazze [Thu, 17 Oct 2013 05:02:50 +0000 (05:02 +0000)]
Replaced static variable by a library base member to
avoid interference if several applications call strtok()
at the same time.

Added a test for both strtok() and strtok_r() to the
clib tests.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48303 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoStop MUIM_List_Jump from jumping to one entry past the end of the list.
neil [Thu, 17 Oct 2013 00:03:01 +0000 (00:03 +0000)]
Stop MUIM_List_Jump from jumping to one entry past the end of the list.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48302 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoOnly use -nostdc for target linker/compiler.
neil [Wed, 16 Oct 2013 20:39:49 +0000 (20:39 +0000)]
Only use -nostdc for target linker/compiler.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48301 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoC:Partition: make WIPE option more deadly
deadwood [Wed, 16 Oct 2013 20:02:40 +0000 (20:02 +0000)]
C:Partition: make WIPE option more deadly

The effect of previous implementation was that if a partition tables
was re-created with exactly the same parameters as they had before,
the file systems were again accessible to users.

This use case is actually the basic one of InstallAROS Wipe option.
Having the previous behavior was raising bug reports that "Wipe option
does not work"

git-svn-id: https://svn.aros.org/svn/aros/trunk@48300 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoAdded stdcio to libs.
neil [Wed, 16 Oct 2013 19:47:52 +0000 (19:47 +0000)]
Added stdcio to libs.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48299 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoRemoved unused variable.
neil [Wed, 16 Oct 2013 19:44:51 +0000 (19:44 +0000)]
Removed unused variable.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48298 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoRemoved some unnecessary null-pointer checks.
neil [Wed, 16 Oct 2013 16:38:31 +0000 (16:38 +0000)]
Removed some unnecessary null-pointer checks.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48297 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoFixed typos in comments.
neil [Wed, 16 Oct 2013 16:26:24 +0000 (16:26 +0000)]
Fixed typos in comments.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48296 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoHandle failure of StrDup().
neil [Wed, 16 Oct 2013 16:20:39 +0000 (16:20 +0000)]
Handle failure of StrDup().

git-svn-id: https://svn.aros.org/svn/aros/trunk@48295 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoDon't copy the makefiles.
mazze [Tue, 15 Oct 2013 21:12:26 +0000 (21:12 +0000)]
Don't copy the makefiles.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48294 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoFixed ignoring of files.
mazze [Tue, 15 Oct 2013 20:55:19 +0000 (20:55 +0000)]
Fixed ignoring of files.
Argument handling improved.
Dokumentation updated.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48293 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoRenamed element 'fh' to 'handle' to make it more obvious
mazze [Tue, 15 Oct 2013 20:31:29 +0000 (20:31 +0000)]
Renamed element 'fh' to 'handle' to make it more obvious
that it isn't always a filehandle. (I had already fixed
3 crashes because of wrong usage.)

Removed unecessary conversion to BPTR. 'Handle' *is* a BPTR.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48292 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoRemoved *.otag and *.font for the DejaVu fonts because:
mazze [Tue, 15 Oct 2013 19:42:54 +0000 (19:42 +0000)]
Removed *.otag and *.font for the DejaVu fonts because:
- name too long for FFS
- pointless because they differ from Vera only by additional
  characters.

The TTFs are still there because freetype.library can make
use of them.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48291 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoRemoved CLI tooltype.
mazze [Tue, 15 Oct 2013 19:31:20 +0000 (19:31 +0000)]
Removed CLI tooltype.
Penguin-Command: don't crash when argc == 0.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48290 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoBlobwars added.
mazze [Mon, 14 Oct 2013 18:51:49 +0000 (18:51 +0000)]
Blobwars added.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48289 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoAdded some prerequisites.
mazze [Mon, 14 Oct 2013 16:31:24 +0000 (16:31 +0000)]
Added some prerequisites.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48288 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoImplemented %copy_dir_recursive with a Python script
mazze [Mon, 14 Oct 2013 01:34:56 +0000 (01:34 +0000)]
Implemented %copy_dir_recursive with a Python script
so that we can copy file names with space characters.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48287 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agographics.library: restore passing RelLeftEdge and RelTopEdge to layer creation function.
deadwood [Sun, 13 Oct 2013 19:29:45 +0000 (19:29 +0000)]
graphics.library: restore passing RelLeftEdge and RelTopEdge to layer creation function.

When parent window is presented, also parent layer is passed to
layers.library. Passing absolute coordinates (LeftEdge/TopEdge)
cause the layer to be double-offsetted and not in place of the window.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48286 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agostdc.library: Add missing strtok_r.c
jmcmullan [Sun, 13 Oct 2013 15:19:54 +0000 (15:19 +0000)]
stdc.library: Add missing strtok_r.c

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk@48285 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agostrtok_r added.
mazze [Sat, 12 Oct 2013 22:14:27 +0000 (22:14 +0000)]
strtok_r added.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48284 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoRemoved some generated files from patch.
mazze [Sat, 12 Oct 2013 16:55:17 +0000 (16:55 +0000)]
Removed some generated files from patch.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48283 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoLMarbles added.
mazze [Sat, 12 Oct 2013 16:48:17 +0000 (16:48 +0000)]
LMarbles added.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48282 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoWe must use Examine because fh is a lock (see opendir.c).
mazze [Sat, 12 Oct 2013 15:48:42 +0000 (15:48 +0000)]
We must use Examine because fh is a lock (see opendir.c).

git-svn-id: https://svn.aros.org/svn/aros/trunk@48281 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoLTris added.
mazze [Sat, 12 Oct 2013 13:18:45 +0000 (13:18 +0000)]
LTris added.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48280 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agopicture.datatype: guarantee that the bitmap for alpha-enabled pictures will be 32...
deadwood [Fri, 11 Oct 2013 18:48:35 +0000 (18:48 +0000)]
picture.datatype: guarantee that the bitmap for alpha-enabled pictures will be 32 bit.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48279 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoAvoid race condition. TDNest is already modified by the call itself.
Oliver Brunner [Fri, 11 Oct 2013 10:00:51 +0000 (12:00 +0200)]
Avoid race condition.  TDNest is already modified by the call itself.

9 years agodont try to convert the pixfmt while calculating the "shade"
NicJA [Fri, 11 Oct 2013 09:39:04 +0000 (09:39 +0000)]
dont try to convert the pixfmt while calculating the "shade"

git-svn-id: https://svn.aros.org/svn/aros/trunk@48278 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agouse the correct offset into the source image to determine basecolor.
NicJA [Fri, 11 Oct 2013 09:20:00 +0000 (09:20 +0000)]
use the correct offset into the source image to determine basecolor.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48277 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoAdded a hint about SetDrMd().
mazze [Fri, 11 Oct 2013 07:01:29 +0000 (07:01 +0000)]
Added a hint about SetDrMd().
See http://aros-exec.org/modules/newbb/viewtopic.php?post_id=84333#forumpost84333

git-svn-id: https://svn.aros.org/svn/aros/trunk@48276 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoFixed build problems (no more installing in /PROGDIR).
mazze [Thu, 10 Oct 2013 23:52:27 +0000 (23:52 +0000)]
Fixed build problems (no more installing in /PROGDIR).
Enabled build by default.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48275 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agographics.hidd: correct type definitions for attributes to match the actuall types.
deadwood [Wed, 9 Oct 2013 19:47:10 +0000 (19:47 +0000)]
graphics.hidd: correct type definitions for attributes to match the actuall types.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48274 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoRemoved some unnecessary checks for null pointers.
neil [Wed, 9 Oct 2013 15:43:52 +0000 (15:43 +0000)]
Removed some unnecessary checks for null pointers.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48273 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agouse consistant co-ords when calculating the offsets
NicJA [Wed, 9 Oct 2013 04:30:30 +0000 (04:30 +0000)]
use consistant co-ords when calculating the offsets

git-svn-id: https://svn.aros.org/svn/aros/trunk@48272 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agofallback to default hidd-bitmap-based backfill function if we cant obtain a "real...
NicJA [Wed, 9 Oct 2013 03:50:35 +0000 (03:50 +0000)]
fallback to default hidd-bitmap-based backfill function if we cant obtain a "real" bitmap for the rendertarget.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48271 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agofix off-by-one calculation
NicJA [Wed, 9 Oct 2013 03:34:14 +0000 (03:34 +0000)]
fix off-by-one calculation

git-svn-id: https://svn.aros.org/svn/aros/trunk@48270 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agocorrect offsets for fall-back rendering
NicJA [Wed, 9 Oct 2013 03:21:49 +0000 (03:21 +0000)]
correct offsets for fall-back rendering

git-svn-id: https://svn.aros.org/svn/aros/trunk@48269 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoonly update affected area of bitmap
NicJA [Wed, 9 Oct 2013 02:15:32 +0000 (02:15 +0000)]
only update affected area of bitmap

git-svn-id: https://svn.aros.org/svn/aros/trunk@48268 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoimplement updating of RectList entries. bump version to reflect recent changes.
NicJA [Wed, 9 Oct 2013 02:14:37 +0000 (02:14 +0000)]
implement updating of RectList entries. bump version to reflect recent changes.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48267 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoremove unused var
NicJA [Tue, 8 Oct 2013 23:59:58 +0000 (23:59 +0000)]
remove unused var

git-svn-id: https://svn.aros.org/svn/aros/trunk@48266 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agochange how the alpha intermediate bitmap is destroyed. expand display selection to...
NicJA [Tue, 8 Oct 2013 23:59:04 +0000 (23:59 +0000)]
change how the alpha intermediate bitmap is destroyed. expand display selection to better cater for compositable screens.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48265 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agofix pixel fmt conversion
NicJA [Tue, 8 Oct 2013 22:02:36 +0000 (22:02 +0000)]
fix pixel fmt conversion

git-svn-id: https://svn.aros.org/svn/aros/trunk@48264 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoDon't patch config.log.
mazze [Tue, 8 Oct 2013 21:50:56 +0000 (21:50 +0000)]
Don't patch config.log.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48263 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoWIP Scummvm. It compiles but doesn't link.
mazze [Tue, 8 Oct 2013 21:32:19 +0000 (21:32 +0000)]
WIP Scummvm. It compiles but doesn't link.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48262 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoEnabled default build of Abuse.
mazze [Tue, 8 Oct 2013 18:55:17 +0000 (18:55 +0000)]
Enabled default build of Abuse.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48261 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agofix a c&p error.
NicJA [Tue, 8 Oct 2013 17:42:28 +0000 (17:42 +0000)]
fix a c&p error.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48260 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agofix a c&p error.
NicJA [Tue, 8 Oct 2013 17:41:29 +0000 (17:41 +0000)]
fix a c&p error.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48259 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agocybergraphics.library: simplify code by returning the bitmap as handle APTR since...
deadwood [Tue, 8 Oct 2013 16:48:58 +0000 (16:48 +0000)]
cybergraphics.library: simplify code by returning the bitmap as handle APTR since now the bitmap is needed in unlocking code.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48258 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agocontrib/Games/Quake: disabled build for ARM, there is some i386 assembler code that...
deadwood [Tue, 8 Oct 2013 16:48:54 +0000 (16:48 +0000)]
contrib/Games/Quake: disabled build for ARM, there is some i386 assembler code that is tried to be compiled

git-svn-id: https://svn.aros.org/svn/aros/trunk@48257 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoGrafX2: add dependency on lua
deadwood [Tue, 8 Oct 2013 16:48:52 +0000 (16:48 +0000)]
GrafX2: add dependency on lua

git-svn-id: https://svn.aros.org/svn/aros/trunk@48256 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agofallback to WriteRGBPixel if it is not a hidd bitmap
NicJA [Tue, 8 Oct 2013 16:28:29 +0000 (16:28 +0000)]
fallback to WriteRGBPixel if it is not a hidd bitmap

git-svn-id: https://svn.aros.org/svn/aros/trunk@48255 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoremove comment
NicJA [Tue, 8 Oct 2013 16:18:09 +0000 (16:18 +0000)]
remove comment

git-svn-id: https://svn.aros.org/svn/aros/trunk@48254 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoflesh out process pixel array a little
NicJA [Tue, 8 Oct 2013 16:13:11 +0000 (16:13 +0000)]
flesh out process pixel array a little

git-svn-id: https://svn.aros.org/svn/aros/trunk@48253 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agoflesh out process pixel array a little
NicJA [Tue, 8 Oct 2013 16:12:30 +0000 (16:12 +0000)]
flesh out process pixel array a little

git-svn-id: https://svn.aros.org/svn/aros/trunk@48252 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agominor changes. bump version to reflect recent changes
NicJA [Tue, 8 Oct 2013 15:24:14 +0000 (15:24 +0000)]
minor changes. bump version to reflect recent changes

git-svn-id: https://svn.aros.org/svn/aros/trunk@48251 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

9 years agobump copyright date on affected files and version
NicJA [Tue, 8 Oct 2013 15:22:25 +0000 (15:22 +0000)]
bump copyright date on affected files and version

git-svn-id: https://svn.aros.org/svn/aros/trunk@48250 fb15a70f-31f2-0310-bbcc-cdcc74a49acc