DH
3c8815cc06
Improved Vertex Shader Decompiler
...
- Fixed condition register selection
- Implemented LIT
- Fixed RCP
2014-06-08 17:52:35 +03:00
DH
f8e8e2f624
Improved Fragment Shader Decompiler
...
- Implemented LIT, RFL, LIF, BRK, IF, LOOP, REP
- Fixed KIL, RCP, RSQ, DP2A
Implemented fmt::replace_first & fmt::replace_all
2014-06-07 17:15:49 +03:00
Blaypeg
5e36362a4c
int ->size_t
2014-05-18 13:28:11 +01:00
Peter Tissen
3220e9bbc4
format warning disable for clang, typo correction
2014-04-28 21:50:07 +02:00
Peter Tissen
baaa2ae45a
format warning disable for clang, it clutters up the build messages too much
2014-04-28 21:36:31 +02:00
Peter Tissen
4066950975
Various warning fixes and devirtualization
...
* Remove ArrayString
* devirtualize GetCount and SetCount, they're no longer needed
* set storage duration of fmt::placeholder to extern to be consistent
* make length unsigned and the return value of sprintf signed
* remove dead code "s.Close()" is never reached
* devirtualize WrteToLog()
* devirtualize Ini functions
2014-04-08 19:41:47 +02:00
Peter Tissen
373ae6b107
remove dummy alias in strfmt. Fix some wxString remnants, that only make problems in Linux
2014-04-01 20:13:22 +02:00
Peter Tissen
69352206b6
blantant test code removal well this is embarassing, VS didn't recompile it, so I didn't notice the mistake
2014-04-01 19:44:38 +02:00
Peter Tissen
8ac226ae69
replace all instances of wxString with std::string in all cases not
...
directly involved in either the GUI or other wxWidget classes like wxFile
2014-04-01 16:23:03 +02:00