| Commit message (Expand) | Author | Age | Files | Lines |
* | fix screenshot name space | withmorten | 2021-06-26 | 1 | -1/+1 |
* | High FPS Fixes | Sergeanur | 2021-06-24 | 1 | -2/+5 |
* | Fix some timer calls | Sergeanur | 2021-06-24 | 1 | -1/+1 |
* | fix new renderer | aap | 2021-02-28 | 1 | -0/+9 |
* | add NoMovies ini option, rename gDrawVersionText, always save ini after loading | withmorten | 2021-02-18 | 1 | -2/+5 |
* | add debug render groups | aap | 2021-02-18 | 1 | -0/+16 |
* | clean up debug menu | aap | 2021-02-13 | 1 | -1/+1 |
* | fix | erorcun | 2021-02-12 | 1 | -1/+0 |
* | Cmake version for hash | Filip Gawin | 2021-02-12 | 1 | -5/+3 |
* | Remove version text, add toggleable debug info(with commit hash!) | erorcun | 2021-02-12 | 1 | -2/+55 |
* | Fix RW34 | Sergeanur | 2021-02-12 | 1 | -1/+1 |
* | enable screenshots with F12 | aap | 2021-02-12 | 1 | -0/+13 |
* | Fix some UBs | erorcun | 2021-01-28 | 1 | -0/+5 |
* | make building with Codewarrior 7 possible | withmorten | 2021-01-24 | 1 | -2/+19 |
* | get rid of most --MIAMI comments | withmorten | 2021-01-22 | 1 | -4/+0 |
* | fixed anisotropic filtering; updated librw | aap | 2021-01-21 | 1 | -2/+2 |
* | some loose ends | aap | 2021-01-13 | 1 | -0/+4 |
* | update librw | aap | 2021-01-10 | 1 | -1/+1 |
* | Pad2 fix | Sergeanur | 2021-01-02 | 1 | -2/+2 |
* | CVarConsole | Sergeanur | 2021-01-02 | 1 | -1/+13 |
* | fix custom pipes mem leak | aap | 2020-12-29 | 1 | -15/+1 |
* | Dynamically add pipelines options, only if neo.txd exists | erorcun | 2020-12-27 | 1 | -8/+0 |
* | fix backface culling | aap | 2020-12-27 | 1 | -0/+2 |
* | fix mblur stencil | aap | 2020-12-26 | 1 | -0/+4 |
* | push/pop memids | aap | 2020-12-21 | 1 | -6/+21 |
* | main.cpp mostly checked against ps2 now | aap | 2020-12-20 | 1 | -22/+25 |
* | ps2 fixes | aap | 2020-12-20 | 1 | -155/+212 |
* | some PS2 things | aap | 2020-12-20 | 1 | -0/+5 |
* | merge attempt | Nikolay Korolev | 2020-12-19 | 1 | -107/+290 |
|\ |
|
| * | PreAllocateRwObjects | aap | 2020-12-17 | 1 | -0/+57 |
| * | AnimViewer fixes, commentary from miami | erorcun | 2020-12-09 | 1 | -15/+11 |
| * | bit more GTA_VERSION and GTA_PS2 | aap | 2020-12-04 | 1 | -6/+12 |
| * | added GTA_SCENE_EDIT | Nikolay Korolev | 2020-12-02 | 1 | -0/+2 |
| * | some more GTA_VERSIONs and CGame tidy-up (not much actual memory moving yet) | aap | 2020-12-01 | 1 | -0/+1 |
| * | added a few registered pointers and memory debug | aap | 2020-11-30 | 1 | -2/+6 |
| * | start using CMemoryHeap | aap | 2020-11-26 | 1 | -102/+227 |
| * | memory heap starting to work | aap | 2020-11-25 | 1 | -1/+1 |
| * | neo screen droplets | aap | 2020-11-19 | 1 | -1/+16 |
| * | Fix mouse lock/high-dpi | erorcun | 2020-11-16 | 1 | -2/+2 |
| * | changes to RW layer so loading foreign files works | aap | 2020-11-11 | 1 | -0/+4 |
| * | Font: Hud: Use orig. text dimensions, fix right-align calculations | erorcun | 2020-11-09 | 1 | -6/+6 |
| * | Revert "Font: Fix text dimensions" | erorcun | 2020-11-08 | 1 | -1/+1 |
| * | Merge pull request #789 from erorcun/master | erorcun | 2020-11-02 | 1 | -0/+8 |
| |\ |
|
| | * | rewrite CFO + postfx/pipeline options | erorcun | 2020-10-28 | 1 | -0/+8 |
| * | | fix FINAL build, add DEBUGMENU and other simple qol defines to FINAL, add extra defines for menu and game version text | withmorten | 2020-10-29 | 1 | -0/+3 |
| |/ |
|
| * | Font: Fix text dimensions | erorcun | 2020-10-25 | 1 | -1/+1 |
| * | clean up timebar ifdefs | aap | 2020-10-25 | 1 | -43/+8 |
| * | Fix OpenGL Z-write | Sergeanur | 2020-09-25 | 1 | -1/+3 |
| * | Merge branch 'master' of github.com:gtamodding/re3 | aap | 2020-08-18 | 1 | -0/+38 |
| |\ |
|
| * | | neo pipelines | aap | 2020-08-18 | 1 | -2/+25 |
* | | | little cleanup and synch on templates and config | aap | 2020-12-18 | 1 | -0/+2 |
* | | | another fix for new renderer | aap | 2020-12-13 | 1 | -4/+4 |
* | | | some rendering things | aap | 2020-12-13 | 1 | -9/+11 |
* | | | Frontend cleanup, .INI, CFO, scrollable pages | erorcun | 2020-12-09 | 1 | -0/+8 |
* | | | AnimViewer done, comment cleanup | erorcun | 2020-12-03 | 1 | -16/+14 |
* | | | Xbox message screen, disabled by default | erorcun | 2020-11-23 | 1 | -1/+6 |
* | | | Merge pull request #825 from aap/miami | aap | 2020-11-22 | 1 | -1/+16 |
|\ \ \ |
|
| * | | | neo screen droplets | aap | 2020-11-19 | 1 | -1/+16 |
* | | | | Fix mouse lock/high-dpi | erorcun | 2020-11-18 | 1 | -6/+6 |
|/ / / |
|
* | | | ped fix for new renderer | aap | 2020-11-11 | 1 | -2/+2 |
* | | | move stuff into define | aap | 2020-11-07 | 1 | -1/+1 |
* | | | more fixes to new renderer | aap | 2020-11-04 | 1 | -4/+5 |
* | | | fixed boats for new renderer | aap | 2020-11-04 | 1 | -9/+13 |
* | | | new LCS-style renderer | aap | 2020-11-03 | 1 | -0/+134 |
* | | | Merge pull request #792 from withmorten/master | aap | 2020-10-31 | 1 | -0/+3 |
* | | | clean up timebar ifdefs | aap | 2020-10-25 | 1 | -37/+7 |
* | | | Timer, main | erorcun | 2020-10-23 | 1 | -57/+47 |
* | | | CSpecialFX and some other classes | Roman Masanin | 2020-10-09 | 1 | -1/+1 |
* | | | Fix OpenGL Z-write | Sergeanur | 2020-09-25 | 1 | -0/+3 |
* | | | CGame done, Peds, fixes | eray orçunus | 2020-08-30 | 1 | -19/+9 |
* | | | CStreaming done, hopefully | aap | 2020-08-20 | 1 | -24/+4 |
* | | | rw stuff done & other small things | aap | 2020-08-20 | 1 | -0/+6 |
* | | | neo pipelines; postfx fix | aap | 2020-08-19 | 1 | -2/+25 |
* | | | Merge branch 'master' into miami | Sergeanur | 2020-08-15 | 1 | -0/+38 |
|\ \ \
| | |/
| |/| |
|
| * | | Original screen grabber | Sergeanur | 2020-08-14 | 1 | -0/+38 |
| |/ |
|
| * | Squeeze performance option, minor fixes | eray orçunus | 2020-08-03 | 1 | -0/+2 |
* | | coronas done | aap | 2020-08-09 | 1 | -1/+1 |
* | | CCopPed, except spike traps | eray orçunus | 2020-07-28 | 1 | -0/+2 |
* | | Merge pull request #650 from majesticCoding/miami | aap | 2020-07-20 | 1 | -0/+2 |
|\ \ |
|
| * | | cosmetic fixes | majestic | 2020-07-20 | 1 | -0/+2 |
* | | | Add compatibility with RW 3.4 | Sergeanur | 2020-07-18 | 1 | -1/+6 |
* | | | Merge branch 'master' into miami | Sergeanur | 2020-07-13 | 1 | -2/+15 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Add cutscene borders switch to the menu | Sergeanur | 2020-07-11 | 1 | -2/+10 |
| * | keep loading screen, but for a second | eray orçunus | 2020-07-09 | 1 | -3/+5 |
| * | Disable loading screen | Sergeanur | 2020-07-09 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'origin/master' into miami | Sergeanur | 2020-06-29 | 1 | -18/+47 |
|\| |
|
| * | Merge branch 'master' into ps2menu | Fire_Head | 2020-06-29 | 1 | -7/+19 |
| |\ |
|
| | * | Revert "FONT_BANK renamed to FONT_STANDARD" | Fire-Head | 2020-06-07 | 1 | -2/+2 |
| * | | mips overdose | Fire-Head | 2020-06-27 | 1 | -18/+47 |
* | | | cleaned up and updated animviewer; fixed animation bug | aap | 2020-06-08 | 1 | -1/+1 |
* | | | Message box, letterbox and ped attaching | eray orçunus | 2020-06-07 | 1 | -8/+3 |
* | | | Merge branch 'master' into miami | Sergeanur | 2020-06-07 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | FONT_BANK renamed to FONT_STANDARD | Sergeanur | 2020-06-07 | 1 | -2/+2 |
* | | | Merge remote-tracking branch 'origin/master' into miami | Sergeanur | 2020-06-03 | 1 | -2/+6 |
|\| | |
|
| * | | fixed timebar toggle | aap | 2020-06-01 | 1 | -4/+1 |
| * | | Add files via upload | rollschuh2282 | 2020-05-29 | 1 | -0/+8 |
| * | | Frontend customization functions, freecam toggle, minor things | eray orçunus | 2020-05-28 | 1 | -1/+0 |
| * | | all my fixes live in exes | eray orçunus | 2020-05-24 | 1 | -1/+9 |
| * | | skeleton typos | aap | 2020-05-23 | 1 | -4/+4 |
| |/ |
|
* | | VC Water | Fire-Head | 2020-05-27 | 1 | -1/+4 |
* | | Menu borders and weapon fixes | eray orçunus | 2020-05-24 | 1 | -18/+10 |
* | | skeleton typos | aap | 2020-05-23 | 1 | -4/+4 |
* | | Merge pull request #574 from Xinerki/miami | erorcun | 2020-05-22 | 1 | -0/+22 |
|\ \ |
|
| * | | vehicle cheats and debug cheat string display | Xinerki | 2020-05-21 | 1 | -0/+22 |
* | | | VC CMenuManager struct, ctor etc. | eray orçunus | 2020-05-22 | 1 | -54/+16 |
|/ / |
|
* | | radar sprites | aap | 2020-05-17 | 1 | -1/+0 |
* | | loading screens | aap | 2020-05-17 | 1 | -22/+36 |
* | | Merge branch 'master' into miami | Sergeanur | 2020-05-12 | 1 | -5/+5 |
|\| |
|
| * | Fix linux warnings | Filip Gawin | 2020-05-12 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'origin/master' into miami | Sergeanur | 2020-05-12 | 1 | -0/+3 |
|\| |
|
| * | remove debug shit | aap | 2020-05-12 | 1 | -3/+0 |
| * | little fixes to CClouds; disabled object clipping for SA cam | aap | 2020-05-12 | 1 | -0/+3 |
| * | Linux build support | eray orçunus | 2020-05-11 | 1 | -0/+3 |
* | | CRenderer | aap | 2020-05-11 | 1 | -4/+7 |
* | | Merge branch 'master' into miami | Sergeanur | 2020-05-10 | 1 | -4/+8 |
|\| |
|
| * | Place debug menu under ifdef | Sergeanur | 2020-05-09 | 1 | -4/+8 |
* | | getting the vice city map to work | aap | 2020-05-05 | 1 | -1/+1 |
|/ |
|
* | few fixes | aap | 2020-04-25 | 1 | -1/+3 |
* | implemented debugmenu | aap | 2020-04-24 | 1 | -3/+2 |
* | implemented skinned peds, no cutscene hands yet | aap | 2020-04-24 | 1 | -0/+1 |
* | Try to build with mingw | Filip Gawin | 2020-04-20 | 1 | -1/+1 |
* | Remove patches | Sergeanur | 2020-04-17 | 1 | -26/+1 |
* | rem refs | Fire-Head | 2020-04-17 | 1 | -11/+6 |
* | Default native resolution mode and small camera fixes | Sergeanur | 2020-04-15 | 1 | -0/+5 |
* | Merge pull request #440 from Fire-Head/master | Nikolay Korolev | 2020-04-15 | 1 | -1/+2 |
|\ |
|
| * | CWeapon done, ps2 cheats fix | Fire-Head | 2020-04-15 | 1 | -1/+2 |
* | | Merge pull request #429 from Nick007J/master | Nikolay Korolev | 2020-04-15 | 1 | -2/+1 |
|\ \ |
|
| * | | scene edit | Nikolay Korolev | 2020-04-13 | 1 | -2/+1 |
* | | | Many fixes and cleanup | eray orçunus | 2020-04-15 | 1 | -2/+3 |
|/ / |
|
* / | implemented CTrafficLights | aap | 2020-04-10 | 1 | -2/+5 |
|/ |
|
* | PS2 Cheats, restored R*names | Fire-Head | 2020-04-09 | 1 | -27/+26 |
* | cleanup | Fire-Head | 2020-04-09 | 1 | -21/+45 |
* | (PS2) TheGame/main/GameInit/SystemInit, ProcessSlowMode | Fire-Head | 2020-04-09 | 1 | -639/+1264 |
* | finished CMotionBlurStreaks, CSpecialFX | aap | 2020-04-07 | 1 | -19/+19 |
* | timebars | Sergeanur | 2020-03-31 | 1 | -1/+74 |
* | CWeaponEffects(autoaim crosshair) done, CGame done. restored some original R* names | Fire-Head | 2020-03-28 | 1 | -2/+1 |
* | Finished CCam; various smaller things | aap | 2020-03-27 | 1 | -0/+1 |
* | merge with upstream | Nikolay Korolev | 2020-03-22 | 1 | -1/+1 |
|\ |
|
| * | Fixes for Serge's review | Filip Gawin | 2020-03-22 | 1 | -1/+1 |
| * | Console | Sergeanur | 2020-03-22 | 1 | -1/+2 |
* | | CGame::Initialise | Nikolay Korolev | 2020-03-22 | 1 | -8/+10 |
|/ |
|
* | more stuff + intro fix | Nikolay Korolev | 2020-02-24 | 1 | -1/+2 |
* | CPlayerPed & CMenuManager (#286) | erorcun | 2020-01-07 | 1 | -13/+43 |
* | ControllerConfig done | Fire-Head | 2019-10-27 | 1 | -3/+3 |
* | Aspect ratio fix for player skin menu | Sergeanur | 2019-10-07 | 1 | -0/+8 |
* | AnimViewer messages, Particle fix, Peds | eray orçunus | 2019-08-17 | 1 | -0/+3 |
* | AnimViewer fixes | eray orçunus | 2019-08-15 | 1 | -0/+3 |
* | AnimViewer! | eray orçunus | 2019-08-15 | 1 | -1/+31 |
* | implemented CTrain | aap | 2019-07-31 | 1 | -0/+1 |
* | Merge branch 'master' into master | Fire_Head | 2019-07-24 | 1 | -6/+169 |
|\ |
|
| * | update | Fire-Head | 2019-07-24 | 1 | -1/+1 |
| * | shadows done | Fire-Head | 2019-07-24 | 1 | -6/+169 |
* | | implemented col line rendering | aap | 2019-07-19 | 1 | -0/+2 |
|/ |
|
* | and of course the last commit didnt fix everything | aap | 2019-07-10 | 1 | -1/+1 |
* | fixed some stuff in frontend, badly broke others; disabled reversed frontend for the moment | aap | 2019-07-10 | 1 | -1/+7 |
* | the great reorganization | aap | 2019-07-07 | 1 | -0/+891 |