Commit graph

  • 9094971411
    Merge the many module targets into a single modules target (#69) Peter Mackay 2018-02-16 17:30:28 +00:00
  • c765364ed1 Merge branch 'master' into fewer-modules Peter Mackay 2018-02-16 17:09:27 +00:00
  • da59a9d6e4
    Merge 2349da6e86 into cdb3d2d996 Do Trong Thu 2018-02-16 17:05:00 +00:00
  • cdb3d2d996 [libRtc/libKernel] Fix clock implementation (#61) Nick Renieris 2018-02-16 19:02:20 +02:00
  • ea3231d958 Reverted flip_vertically change. Rinnegatamante 2018-02-16 13:00:51 +01:00
  • 58f0a3b873
    Fix for VERBOSE macro. Rinnegatamante 2018-02-16 12:52:20 +01:00
  • 40053dfd94
    Merge branch 'master' into logfix Rinnegatamante 2018-02-16 11:51:11 +00:00
  • 499dafbd8f Merge branch 'master' into fewer-modules Peter Mackay 2018-02-16 08:42:07 +00:00
  • 5ddef0dd56 [mem] Fix VirtualProtect call (#65) Nick Renieris 2018-02-16 10:38:41 +02:00
  • 6ccef9e078
    Tweak includes. Peter Mackay 2018-02-16 08:32:21 +00:00
  • 236fe44ebd Add sceIoGetstat, sceIoDopen, sceIoDread, sceIoDclose (#57) Ghabry 2018-02-16 09:22:39 +01:00
  • a3c8242330
    Tweak includes Peter Mackay 2018-02-16 08:12:20 +00:00
  • be7e0723d6 Added networking support. (#39) Rinnegatamante 2018-02-16 08:07:57 +00:00
  • a9720c39b2 Restore implemented modules. Peter Mackay 2018-02-15 23:13:58 +00:00
  • 999bc3e544 Reorganise modules into a single library. Peter Mackay 2018-02-15 23:06:19 +00:00
  • dd9aa73292
    spdlog isn't required Peter Mackay 2018-02-15 22:44:24 +00:00
  • 2e3d64a536 Regenerate module stubs. Peter Mackay 2018-02-15 22:36:52 +00:00
  • a97faa3358 Fix VirtualProtect call VelocityRa 2018-02-15 00:36:48 +02:00
  • 2349da6e86 Merge branch 'master' of https://github.com/bentokun/vita3k bentokun 2018-02-16 00:27:11 +07:00
  • 0208a79334 Fix wrong random generation caused by shift and number type bentokun 2018-02-16 00:26:36 +07:00
  • a82143cc35
    Delete Unix library paths add for debugging Do Trong Thu 2018-02-15 23:18:43 +07:00
  • c961fb32ce Re add appveyor.yml bentokun 2018-02-15 23:17:00 +07:00
  • 961a95147e Implement Mersenne Twister bentokun 2018-02-15 23:14:40 +07:00
  • 7a76c0b5c1
    Remove copy-paste typo Do Trong Thu 2018-02-15 13:30:06 +07:00
  • 76fa5d79d6
    Add definitons of Mersenne Twister Do Trong Thu 2018-02-15 10:31:08 +07:00
  • d99a4232bd
    Create a Mersenne Twister class Do Trong Thu 2018-02-15 10:23:44 +07:00
  • 892f56ac0a
    Create a construct and destruct memory function. Do Trong Thu 2018-02-15 10:07:45 +07:00
  • 7e7fdd4511
    Merge pull request #1 from Vita3K/master Do Trong Thu 2018-02-15 10:00:43 +07:00
  • 7534551585
    Merge branch 'master' into net Rinnegatamante 2018-02-14 19:58:01 +01:00
  • 142413b3ac
    Create CONTRIBUTING.md Peter Mackay 2018-02-14 10:12:09 +00:00
  • 06e619a648
    Update README.md Peter Mackay 2018-02-14 10:10:03 +00:00
  • 122b22f88c Fix transparency for Icon. (#64) Zangetsu38 2018-02-14 10:58:50 +01:00
  • feb2ac580c Fix transparency for Icon. Zangetsu38 2018-02-14 00:38:03 +01:00
  • 86d601d411 Windows: Make open_file unicode aware Ghabry 2018-02-11 00:03:00 +01:00
  • c20089651d Filter . and .., fix error handling Ghabry 2018-02-10 22:14:05 +01:00
  • 8da6e8d290 Add Windows support, fix whitespace. Ghabry 2018-02-10 18:13:19 +01:00
  • d054186b6a Add dirent submodule Ghabry 2018-02-10 22:30:32 +01:00
  • aa81237445 Add sceIoDopen, sceIoDread and sceIoDclose Ghabry 2018-01-31 22:36:37 +01:00
  • ed3acfb094 Add sceIoGetstat Ghabry 2018-01-31 17:37:05 +01:00
  • 3daf1fa919 Implemented some sceIo functions. (#53) Rinnegatamante 2018-02-14 00:21:07 +01:00
  • c97f449959 Better Logging (to file, console, VS Output) (#55) Nick Renieris 2018-02-14 01:19:18 +02:00
  • 27e9af5e2a [usability] Warn about corrupt/encrypted (s)elf instead of crashing. VelocityRa 2018-02-10 02:42:20 +02:00
  • db8519dafb [logging] Port everything to the new logging system VelocityRa 2018-02-10 02:41:53 +02:00
  • ec00cce448 [logging] Initial logging framework VelocityRa 2018-02-14 01:12:44 +02:00
  • 6669a94746 Initial implementation for some scePower functions. (#20) Rinnegatamante 2018-02-13 23:44:48 +01:00
  • c40d463480 Update Icon executable (#62) Zangetsu38 2018-02-13 23:35:32 +01:00
  • b47cfe0fdb Update Icon executable Zangetsu38 2018-02-13 23:04:10 +01:00
  • f4d0c944b6 [rtc] Fix clock VelocityRa 2018-02-11 17:52:31 +02:00
  • 1fe6c0e707 Added several implementations in sceRtc. Rinnegatamante 2018-02-11 15:23:31 +01:00
  • bd5c6b01a8 [refactor/audio] Rename ResumeThread to ResumeAudioThread The name was clashing with an MSVC function name that's included with spdlog. VelocityRa 2018-02-10 02:36:23 +02:00
  • 78a5f659f0
    Merge branch 'master' into logfix Rinnegatamante 2018-02-10 01:21:33 +01:00
  • 4e5fd81099 Using LOG_* functions. Rinnegatamante 2018-02-10 01:20:18 +01:00
  • 0d496f2791 Merge remote-tracking branch 'refs/remotes/Vita3K/master' into logfix Rinnegatamante 2018-02-10 01:18:49 +01:00
  • 7e86a21811
    Merge branch 'master' into net Peter Mackay 2018-02-09 23:58:20 +00:00
  • b23a2f4358 WIP (#36) Nick Renieris 2018-02-10 01:53:13 +02:00
  • 63ed8c9732 Fix build. Rinnegatamante 2018-02-09 21:06:17 +01:00
  • 8601cbcbce Merge remote-tracking branch 'refs/remotes/Vita3K/master' into net Rinnegatamante 2018-02-09 19:58:16 +01:00
  • 8d250b0027 Handling structs size correctly. Rinnegatamante 2018-02-09 19:44:08 +01:00
  • 84a8169112
    Update README.md Peter Mackay 2018-02-09 12:53:31 +00:00
  • 3ea8b01a0b
    Add link to homebrew compatibility database. Peter Mackay 2018-02-09 09:12:32 +00:00
  • cf201648ea Better error handling, minor additions. Rinnegatamante 2018-02-08 15:27:29 +01:00
  • b169c07eb7 Returning machine name as nickname. Rinnegatamante 2018-02-08 14:18:30 +01:00
  • 2853542222 Fix for unix non-blocking sockets. Rinnegatamante 2018-02-08 14:09:06 +01:00
  • 8035d9d399
    Merge branch 'master' into savedata Rinnegatamante 2018-02-07 22:11:29 +01:00
  • 4edeee04ba Initial implementation for some scePower functions. Rinnegatamante 2018-01-30 14:39:22 +01:00
  • 2ba69af6f0 Better logging for errors. Rinnegatamante 2018-02-07 15:54:02 +01:00
  • 7d29f02f24 Updated vita-headers to master. (#52) Rinnegatamante 2018-02-07 15:32:03 +01:00
  • 0c0afea800 Fix Unix build. Rinnegatamante 2018-02-07 15:20:46 +01:00
  • 9d42e16e35 Implemented some sceIo functions. Rinnegatamante 2018-02-07 15:04:00 +01:00
  • e3441616f7 Removed old modules now unused. Rinnegatamante 2018-02-07 14:09:15 +01:00
  • cd968ffda4 Updated vita-headers to master. Rinnegatamante 2018-02-07 13:58:32 +01:00
  • 68dfe86dbd Fix UNIX Build (#50) Carlos Estrague / Mrc_munir 2018-02-07 06:47:29 +01:00
  • 7ad3df766d
    Fix UNIX Build Carlos Estrague / Mrc_munir 2018-02-07 01:27:51 +01:00
  • 1a79a61fc9 Made code a bit more "correct". Fix for Win UDP sockets. Rinnegatamante 2018-02-06 20:28:29 +01:00
  • bd7efdea34 WIP VelocityRa 2018-02-03 15:41:47 +02:00
  • 3983fee778
    Change static to const. (#49) Peter Mackay 2018-02-06 18:13:05 +00:00
  • a12b7ac121 Change static to const. Peter Mackay 2018-02-06 18:12:21 +00:00
  • 261136131b Added several sceGxm implementations. (#12) Rinnegatamante 2018-02-06 18:57:33 +01:00
  • c57c279c6c Support Unicode paths on Windows (#48) Nick Renieris 2018-02-06 19:56:36 +02:00
  • 5bf002dc27 Improve git revision and set v0.1 app version. (#43) Zangetsu38 2018-02-06 18:52:59 +01:00
  • ba37fc80ac Improve git revision and set v0.1 app version. Zangetsu38 2018-02-04 15:30:15 +01:00
  • 403cb03b28 Support Unicode paths on Windows VelocityRa 2018-02-06 15:48:19 +02:00
  • 82b1e98431
    Set rpath as a link flag rather than a post-build command. (#47) Peter Mackay 2018-02-06 15:47:40 +00:00
  • 4d8d6f3639 Added sceIoMkdir implementation. (#25) Rinnegatamante 2018-02-06 14:39:31 +01:00
  • ad9b67d3df Set rpath as a link flag rather than a post-build command. Peter Mackay 2018-02-06 12:57:36 +00:00
  • d971698afa Fix unix build. Rinnegatamante 2018-02-06 14:24:02 +01:00
  • 924228745a Getting rid of vertical flip per pixel. Rinnegatamante 2018-02-06 14:04:59 +01:00
  • 04083df4a2 Fix for unix build. Rinnegatamante 2018-02-05 20:16:22 +01:00
  • daffc74314 Improvements and bugfixes for Windows build. Rinnegatamante 2018-02-05 20:05:49 +01:00
  • edda4cc41f Fixed error handling on Windows build. Rinnegatamante 2018-02-05 19:47:46 +01:00
  • a6d18fade0 Add Icon on exe and move exe and dll on bin folder. (#37) Zangetsu38 2018-02-05 19:47:42 +01:00
  • 84923897a0 Fix Windows build. Rinnegatamante 2018-02-05 18:41:02 +01:00
  • 31e373778f Add Icon on exe and move exe and dll on bin folder. Zangetsu38 2018-02-03 00:58:43 +01:00
  • cfea2a9c2c Fix build for Mac/Linux. Rinnegatamante 2018-02-05 18:07:15 +01:00
  • 87a9c8df85 Fixed inet_ntop. Rinnegatamante 2018-02-05 17:35:19 +01:00
  • 5e6a52483d Help Rinnegatamante 2018-02-05 17:07:25 +01:00
  • dc17fa8544 Fix identation. Rinnegatamante 2018-02-05 16:02:11 +01:00
  • 96c1bcede8 Some modifications as per request. Rinnegatamante 2018-02-05 15:57:10 +01:00
  • 3fb66d494d Added SCE_CTRL_PSBUTTON key and controller bindings (#40) Jordan Nijean 2018-02-05 14:38:35 +01:00
  • 2b60606d9c
    Attempt to fix missing runtime path (rpath) on macOS. (#42) Peter Mackay 2018-02-05 09:28:30 +00:00