Alexandro Sánchez Bach
a2157a5365
Merge pull request #201 from Nekotekina/master
...
Compilation fix again
2014-04-26 12:55:29 +02:00
Nekotekina
0d375809b1
Useless code removed
2014-04-26 00:28:43 +04:00
Nekotekina
a24cb250d8
Compilation fix again
2014-04-26 00:09:23 +04:00
Alexandro Sánchez Bach
6facd8d9c6
Merge pull request #200 from Nekotekina/master
...
Compilation fixes
2014-04-25 15:53:35 +02:00
Nekotekina
555d053e32
Compilation fixes
2014-04-25 16:48:27 +04:00
Alexandro Sánchez Bach
15b0b6830e
Merge pull request #199 from darkf/net-work
...
Improve networking
2014-04-25 10:00:18 +02:00
darkf
2b7c12a3f0
Stub cellWebBrowserEstimate2 so some apps proceed
2014-04-24 22:14:40 -07:00
darkf
ee2e0b3bbf
sys_net: Implement sockaddr_in, inet_addr, listen
2014-04-24 22:02:33 -07:00
darkf
b0b6034e63
accept accepts NULL address
2014-04-24 05:10:43 -07:00
Alexandro Sánchez Bach
8c4fd75c82
Merge pull request #198 from darkf/spugui
...
Add SPU decoder mode selection to GUI/Config
2014-04-23 20:38:34 +02:00
darkf
090f7f8cfb
Add SPU decoder mode selection to GUI/Config
2014-04-23 05:06:19 -07:00
Alexandro Sánchez Bach
0d7e45639a
Merge pull request #197 from Nekotekina/master
...
Simple SPU JIT
2014-04-23 13:19:18 +02:00
Nekotekina
525084e7cc
Some stuff
2014-04-20 23:36:53 +04:00
Nekotekina
e1bbedd4bf
Accuracy improved
2014-04-20 02:53:42 +04:00
Alexandro Sánchez Bach
9e793c2122
cellSaveData* (cellSysutil) refactoring
2014-04-19 18:50:06 +02:00
Nekotekina
678a964ff4
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-04-19 18:45:55 +04:00
Alexandro Sánchez Bach
225c58c17b
Merge pull request #196 from Bigpet/deleteErr
...
fix copying class with pointers as member
2014-04-19 11:33:27 +02:00
Nekotekina
7875738391
More opcodes
2014-04-19 02:11:07 +04:00
Nekotekina
62df7eb499
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
...
Conflicts:
rpcs3/rpcs3.vcxproj.filters
Conflicts fixed
2014-04-18 16:59:31 +04:00
Peter Tissen
ee9d25c675
forgot the right check
2014-04-18 13:31:37 +02:00
Peter Tissen
79eaffaaa7
copying class with pointers as member when deleting them in the desctructor is danger zone.
2014-04-18 13:28:27 +02:00
Alexandro Sánchez Bach
ef108ae4d6
Merge pull request #194 from Dante38490/patch-1
...
Restore the "# Visual Studio 2013" comment in rpcs3.sln
2014-04-18 00:17:25 +02:00
Dante38490
9900b36f07
return back
...
restore correct version
2014-04-17 23:38:07 +02:00
Alexandro Sánchez Bach
bad20ab9df
Merge pull request #193 from nohbdy/pull_apr172014
...
RSX Bugfixes and plugging memory leaks
2014-04-17 23:18:20 +02:00
Nekotekina
5d091411a3
More opcodes
2014-04-18 00:25:02 +04:00
nohbdy
d136adc73f
RSX Bugfixes and plugging memory leaks
...
BUGFIX: Add break after NV4097_SET_TEXTURE_BORDER_COLOR in RSXThread.cpp
BUGFIX: Fix parameters passed to RSXTexture::SetControl3 (they were being
passed in reverse order)
BUGFIX: Remove invalid, non-sensical call to glPixelStorei in GLGSRender.h
BUGFIX: Fix signed/unsigned comparison compiler warnings in GLGSRender.h
CHANGE: Make GLFragmentProgram::Decompiler synchronous by default
CHANGE: Update wxWidgets submodule to latest commit
BUGFIX: Fix several memory leaks
ADDED: Created a new MSVC debug configuration to output locations
of allocations that end up leaking after the program
is closed.
BUGFIX: Fix the stupid PadHandler crash due to the lack of a virtual d'tor
2014-04-17 15:15:43 -05:00
Nekotekina
29d2ea7513
Some bugs fixed
2014-04-17 03:28:21 +04:00
Nekotekina
a57841d006
Some comments cleared
2014-04-16 15:36:20 +04:00
Nekotekina
dab0751300
...
2014-04-16 15:09:06 +04:00
B1ackDaemon
34729e2687
Merge pull request #191 from Bigpet/master
...
Fix for video playback
2014-04-15 17:12:15 +03:00
Peter Tissen
f073f1ca4b
yeah, that happened
2014-04-15 14:48:21 +02:00
Alexandro Sánchez Bach
aa8e854be2
Merge pull request #187 from Bigpet/master
...
range-check and more explicit ownership with vector<ptr>
2014-04-15 00:55:07 +02:00
Nekotekina
c41317dd82
New bugs added
2014-04-14 13:42:55 +04:00
Peter Tissen
8ef9414406
try to reign in the vector<ptr> madness
2014-04-14 10:55:43 +02:00
Peter Tissen
552b71a378
fix not range-checked vector access
2014-04-14 09:01:31 +02:00
Alexandro Sánchez Bach
5dc9be649d
Merge pull request #184 from daniel-dressler/master
...
Add Linux build instructions for Debian & Ubuntu
2014-04-13 07:38:55 +02:00
danieru
b87aa55351
Fix run instruction hitting CWD bug
...
PCS3 assumes current working directory is bin folder.
So running it like ./bin/pcs3 stops it from finding
dev_hdd0 and related.
2014-04-12 21:15:09 -06:00
danieru
57a9b557e9
Add Linux build instructions for Debian & Ubuntu
2014-04-12 19:19:48 -06:00
B1ackDaemon
0d7397a636
Merge pull request #183 from Bigpet/cmakefix
...
quote guard CMake variables
2014-04-12 22:54:43 +03:00
B1ackDaemon
a059297bf4
Merge pull request #182 from Bigpet/array_remove
...
Replace Array with std::vector
2014-04-12 22:54:34 +03:00
Bigpet
a14c61802e
quote guard CMake variables
2014-04-12 21:36:34 +02:00
Nekotekina
180f8aac5d
SPU Interpreter fix
2014-04-12 14:27:27 +04:00
Peter Tissen
cdaca2d308
fix accidental wxWidgets version change
2014-04-12 12:09:48 +02:00
Bigpet
25c3aa8e19
fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed
...
later)
Eradicate the Array almost everywhere, some usages like Stack still
remains
2014-04-12 12:06:52 +02:00
Peter Tissen
d65968b41d
unify line endings to shut up VS
2014-04-12 11:42:20 +02:00
Nekotekina
e56bb1b675
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-04-11 12:33:41 +04:00
Nekotekina
a7057f5205
Conflicts fixed
2014-04-10 02:00:01 +04:00
Alexandro Sánchez Bach
c8d8428275
Merge pull request #179 from O1L/master
...
Minor fix in GUI an other changes.
2014-04-09 23:59:29 +02:00
Oil
0763e429b8
I just forgot to do it...
2014-04-10 00:42:50 +04:00
Oil
770ebaf271
Implemented small tool for generating id of HLE-Function. Fixed small issue in PADManager dialog.
2014-04-09 23:57:26 +04:00