salvy
d10ff1ca11
[+] Implemented lightning for Conker rendering (PC/OSX only for now) (Corn & Salvy)
...
[!] PSP VFPU ASM compatible with new light struct as well possible to interface with Conker's new TnL. (Corn)
[!] Slight tidy in audio Alist processing loop. (Corn)
2013-07-31 13:56:36 -07:00
salvy
db82fa7cea
[!] Changed back N64 audio buffer size to 65536 (While excessive large, is a pain to update the bitfields etc, anyways we have plenty of memory available on the PSP)
2013-07-27 00:25:54 -07:00
salvy
666cef4849
[!] Fixed voice audio in Conker (ABI3mp3 bug)
...
[!] Started cleaning up ABI3
[!} Just use raw pointer in EnvMixer
2013-07-26 01:04:56 -07:00
CornN64
36785ada3e
[!] made sure CMD for audio lists can only be 0-31 (array safe)
...
[!] HLE patches now sign extend return value also for PSP
2013-06-11 21:06:26 +02:00
salvy
e7e9e4e06d
[!] Typo in CopyLineSwap32 (fast tmem copy)
...
[!] Fixed crash in games that use musyx, also fixed detection
2013-06-11 10:31:10 -07:00
Paul Holden
067a594a9f
[~] Move ConfigOptions.{h,cpp} to Config/ and tidy header include order.
2013-06-04 22:02:31 +01:00
Paul Holden
49a06ed319
[~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script
2013-06-04 22:02:30 +01:00
Paul Holden
734944d829
[~] Drop the _MSC_VER check around #pragme once - all the compilers we use understand #pragma once (or happily ignore it)
2013-06-04 22:02:30 +01:00
strmnnrmn
16cb89183a
[~] stdafx cleanup: Include string.h where needed
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1701 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-05-19 08:52:47 +00:00
strmnnrmn
df3b1682c3
[~] Include Alignment.h where it's needed
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1700 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-05-19 08:52:32 +00:00
strmnnrmn
5366827789
[~] stdafx cleanup: Start adding DaedalusTypes.h where needed.
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1696 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-05-18 16:06:16 +00:00
strmnnrmn
e2855267dd
[~] Add missing HLEAudio header guards.
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1695 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-05-18 16:05:57 +00:00
strmnnrmn
9bc86745b7
[~] stdafx cleanup: Pull in Utility/Profiler.h directly
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1689 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-05-18 16:05:14 +00:00
strmnnrmn
04ce461050
[~] Remove two redundant assignments (old debug code??)
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1664 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-05-06 18:19:48 +00:00
salvy
cd8b86989b
[!] Fixed sky in glover when in un/scaled (PSP)
...
[!] Fixed possible bug in blend state, also default is blend disabled (No longer breaks tarzan) (PSP)
[!] PRXs weren't copied to the correct location (PSP)
[~] Correct last warning for W32
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1613 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-04-26 06:58:28 +00:00
salvy
286ca28551
[!] Fixed W32 build
...
[!] Optimized DMEMMOVE3
[!] Aligned aligned path of memcpy_byteswap for W32 will use MSVC's impl since it takes advantage of SSE which is much faster than our impl
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1597 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-04-17 05:26:13 +00:00
strmnnrmn
ff498e4443
[~] Improve assert in ABI3.cpp and remove redundant second assert (code doesn't change between asserts). I'm not even sure what this is asserting for - should assert earlier, where code is used to compute vscale?
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1337 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-03-20 00:41:03 +00:00
Corn
1f657c2efa
[!] Keep last sample value to pad sample data buffer if not enough samples are available (reduce pops and clicks in the audio)
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1303 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-03-18 19:35:29 +00:00
strmnnrmn
a8b7e322e5
[~] Rename AudioBuffer::Fill to Drain, and remove some tractor lines
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1242 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-03-10 19:00:27 +00:00
strmnnrmn
e4373ed185
[~] There's no need for AudioOutput.h to be shared
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1239 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-03-10 19:00:01 +00:00
strmnnrmn
0b6ff2d51b
[~] AudioOutput::GetReadStatus is unused
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1238 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-03-10 18:59:45 +00:00
strmnnrmn
6907cd199a
[~] Rename AudioCode to AudioOutput. SysOSX had stuff in AudioHLE, should have been HLEAudio.
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1237 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-03-10 18:59:34 +00:00
strmnnrmn
63eaa880c3
[~] Rename CAudioBuffer::GetSize to GetNumBufferedSamples
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1229 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-03-09 14:01:49 +00:00
strmnnrmn
64613de3ce
[~] Remove a couple of unnecessary AudioCode member variables
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1228 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-03-09 14:01:41 +00:00
strmnnrmn
48162d9f5b
[-] Delete some dead code
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1226 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-03-09 14:01:20 +00:00
strmnnrmn
bcd140d321
[~] Update CAudioBuffer::Fill to return the number of samples written (ignoring zeroing)
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1225 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-03-09 14:01:11 +00:00
strmnnrmn
1e9e443f79
[*] Get rid of the PSPRenderer singleton, and implement as a simple gRenderer pointer. This gets rid of the PSPRenderer typename everywhere, which will make the next step easier (adding an OSXRenderer, and making that and PSPRenderer derive from BaseRenderer. Also in this commit, fixed a bunch of mixed tabs/spaces and formatting.
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1107 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-03-02 15:46:18 +00:00
salvy
80c071118c
[!] Compile fixes for x86 platform (there's still a few errors left but getting closer)
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1039 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-02-20 17:30:53 +00:00
strmnnrmn
6a3dc1b215
[~] Add some ifdef DAEDALUS_PSP guards for the OSX/W32 builds
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@911 42e9bfbe-799a-4a2d-bad1-236e862a387a
2013-02-02 12:11:47 +00:00
salvy
5fb82a2cc6
[!] Fixed async audio broken (VFPU and MediaEngine don't mix!)
...
[!] Made fast memcpy truly platform independent
[~] Some more fixes and improvements to memcpy_vfpu_swizzle from last commit
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@862 42e9bfbe-799a-4a2d-bad1-236e862a387a
2012-12-13 02:23:32 +00:00
strmnnrmn
8ef65c6894
Fix mixed Windows/Unix line endings in a bunch of files. Add missing newlines before EOLs
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@849 42e9bfbe-799a-4a2d-bad1-236e862a387a
2012-12-08 14:20:20 +00:00
strmnnrmn
3a37f8ac57
Make FastMemcpy a bit more platform independenty and move to the main Utility dir. I removed the timing test and wrapped it up in a function (what it loses from the function call, it gains from being able to inline GetCurrent)
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@844 42e9bfbe-799a-4a2d-bad1-236e862a387a
2012-12-08 14:19:36 +00:00
strmnnrmn
1e970537f8
Fix some indentation in AudioHLEProcessor.cpp
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@843 42e9bfbe-799a-4a2d-bad1-236e862a387a
2012-12-08 14:19:23 +00:00
strmnnrmn
d7d116642a
Fix more trailing whitespace (files with CRLF line endings?)
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@825 42e9bfbe-799a-4a2d-bad1-236e862a387a
2012-11-28 23:23:11 +00:00
Corn
cacf4e0acb
[!] removed some redundant variables in PSPRenderer
...
[!] small fix to audio and made buffers smaller for less delay
[!] add disassemble when BSOD happens (not avail in release mode)
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@496 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-11-24 17:44:56 +00:00
Corn
0165eb67ed
[!] bail audio mixer when called with bogus values (YOSHI)
...
[!] small improvement in color adjustment process
[!] call popDL directly instead of endDL if possible
[!] Instruction count should now match in debug dlist with value shown in Dlist length
[!] reworked blend explorer and cleaned up debug info and reordered some code
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@475 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-11-07 08:42:56 +00:00
Corn
cfb0a01d12
[~] some clean up in Audio List code
...
[~] some clean up in PSPrenderer
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@459 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-10-22 13:30:18 +00:00
Corn
212071ee2f
[!] Fix for Yoshi audio (tnx Salvy for tracking it down)
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@458 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-10-21 19:39:33 +00:00
Salvy
e6f559517a
[!] Simplified Audio_Ucode
...
[~] Make sure to reset isMKABI and isZeldaABI
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@325 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-07-26 17:53:34 +00:00
Salvy
568cd31dc9
[!] Fixed regression from dev rev 183 that caused alot of static in Audio_Ucode (Corn)
...
[!] Reduced BUFFER_SIZE in audio (Corn)
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@276 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-05-09 20:55:46 +00:00
Corn
df81c8c415
[!] Made N64 audio processing buffer much smaller
...
[-] Removed audio buffer cache write-back
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@272 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-05-04 21:00:01 +00:00
Salvy
68b81b0ca6
[~} Minor clean up in audio plugin
...
[~] Reset LoopVal everyframe
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@271 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-05-04 00:01:34 +00:00
Corn
847867fce2
[!] Some clean up in graphics and audio
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@183 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-03-12 11:08:54 +00:00
Salvy
71525b1b12
[!] Leveraged comparing ints with floats in DLParser_GBI1_Sprite2DDraw (chops down 38 ops) (needs more work)
...
[~] Inlined Audio_Ucode_Detect (I reverted it by error)
[!] Add SVN # to about menu (we'll change it back once we get close to release)
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@169 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-03-04 20:04:05 +00:00
Salvy
41bc9c6c44
[!] Only try to detect ABI once (WIP)
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@168 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-03-04 18:41:40 +00:00
Salvy
219c531546
[!] Reverted change in dlist from 600 (fixes bsods on DKR and Cruisn' Exotica) Note : There's another regression in Exotica, it crashes later on when getting in game due running out of mem)
...
[~] Cleaned up abit ABI3
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@41 42e9bfbe-799a-4a2d-bad1-236e862a387a
2011-01-05 03:51:57 +00:00
Salvy
833d552d88
[!] Huge clean up (made alot of stuff debug only)
...
[!] Skip display ai reads
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@19 42e9bfbe-799a-4a2d-bad1-236e862a387a
2010-12-29 22:45:03 +00:00
Salvy
bdbd952c60
[+] Initial repo (based from r630 dx64 branch)
...
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@3 42e9bfbe-799a-4a2d-bad1-236e862a387a
2010-12-24 04:37:41 +00:00