Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-16 | tidy water sync | aap | |
2020-12-16 | Sync Frontend with miami 3/3 | erorcun | |
2020-12-15 | Merge pull request #887 from waliedyassen/master-automobile-fixes | aap | |
Few bug fixes in CAutomobile for re3 | |||
2020-12-15 | Few bug fixes in CAutomobile | Walied K. Yassen | |
2020-12-15 | Make free cam collision code readable by aap, fixes | erorcun | |
2020-12-15 | fixed water.dat code | aap | |
2020-12-15 | Merge pull request #883 from withmorten/waterlevel | aap | |
add dev build code for generating waterpro.dat | |||
2020-12-15 | Use SetPedState | Sergeanur | |
2020-12-15 | add dev build code for generating waterpro.dat | withmorten | |
2020-12-14 | Merge pull request #882 from GTAmodding/ShFil119-patch-1 | shfil | |
Implement COMMAND_IS_CAR_PASSENGER_SEAT_FREE | |||
2020-12-14 | Implement COMMAND_IS_CAR_PASSENGER_SEAT_FREE | shfil | |
Fixes 881 | |||
2020-12-14 | Merge pull request #876 from IlDucci/master | Sergeanur | |
Final update on the Spanish translation | |||
2020-12-14 | Fix some formatting issues | Seemann | |
2020-12-14 | CPed::SetWeaponLockOnTarget | Sergeanur | |
2020-12-14 | Merge branch 'master' of https://github.com/GTAmodding/re3 | erorcun | |
2020-12-14 | Fix language initialization call order | erorcun | |
2020-12-14 | Never say never. Syncing two strings with VC and a minor style fix. | IlDucci | |
2020-12-13 | Final update on the Spanish translation | IlDucci | |
Did one last proofread/editing pass, but also a full test of the game's main story and some side missions. Here's a list of the most relevant changes: - Changed a few terms to match later games (Wanted level, Paramedic, dollar sign order, Insane Stunt, Wasted!...) - Changed all the control help messages from "Press the X button" to "Press X", as the PC version can display more than one key/input per control. That way, both a single button and multiple buttons won't read wrong. - Added some missing accents on demostrative pronouns and the word "solo" (following the old RAE grammar rules from 1999, this is a stylistic choice to respect the translations of the era). - Fixed a couple of Latin American dialogues. - Fixed some strings from the credits cutting into two lines and blocking the next text. - Overall fine-tuning and naturalization of the text. | |||
2020-12-13 | sync vis-plugins with miami | aap | |
2020-12-13 | removed obsolete ifdef (since we have GTA_REPLAY) | Nikolay Korolev | |
2020-12-12 | Merge remote-tracking branch 'upstream/master' | Nikolay Korolev | |
2020-12-12 | fixed some replay bugs | Nikolay Korolev | |
2020-12-12 | Merge branch 'master' of https://github.com/GTAmodding/re3 | erorcun | |
2020-12-12 | Kill obj. fix & style change | erorcun | |
2020-12-12 | fixed a bug | Nikolay Korolev | |
2020-12-12 | Sync Frontend, Peds with miami 2 | erorcun | |
2020-12-09 | Sync Frontend with miami 1 | erorcun | |
2020-12-09 | Sync Stats page style with miami - and a little veh. cam. fix | erorcun | |
2020-12-09 | Vehicle cam fixes | erorcun | |
- @ZLau92 's idea to remove 3rd person check on num 2/8. It was meaningless on III, probably not on VC tho. - @Nick007J pointed out that camera wasn't checking objects, which was something done by someone to prevent camera to collide with traffic lights. Instead I enabled object check again, and comparing the result if it's a traffic light after the test. | |||
2020-12-09 | AnimViewer fixes, commentary from miami | erorcun | |
2020-12-09 | Fix | erorcun | |
2020-12-09 | Use SDL gamepad mapping in environment by @ZLau92, implement @Sergeanur 's ↵ | erorcun | |
idea to use PPSSPP's DB if available, disable DEV() messages by default | |||
2020-12-09 | Merge pull request #871 from withmorten/sized-enums | erorcun | |
Get rid of sized enums | |||
2020-12-08 | fix CObject::DeleteAllTempObjectsInArea | aap | |
2020-12-08 | Merge branch 'master' of https://github.com/GTAmodding/re3 | erorcun | |
2020-12-08 | Red delete menu background | erorcun | |
2020-12-08 | Merge pull request #875 from waliedyassen/master-cobject-fixes | aap | |
re3 CObject fixes | |||
2020-12-08 | Fix DeleteAllTempObjectsInArea and bunch of random gen ranges | Walied K. Yassen | |
2020-12-08 | Update Readme | Filip Gawin | |
2020-12-08 | Add basic clang format file | Filip Gawin | |
2020-12-08 | remove appveyor for now, our bintray account is still locked | Filip Gawin | |
2020-12-08 | Merge pull request #873 from madebr/openal_static | shfil | |
audio: define openal extensions in re3 owned namespace | |||
2020-12-08 | Add NUM_LEVELS | Sergeanur | |
2020-12-08 | GenerateOneRandomCar cleanup | Sergeanur | |
2020-12-08 | Fix CRecordDataForChase::ShouldThisPadBeLeftAlone | Sergeanur | |
2020-12-08 | Fix wrong define | Sergeanur | |
2020-12-07 | audio: define openal extensions in re3 owned namespace | Anonymous Maarten | |
2020-12-07 | Fixing the Ghost vehicle name. | IlDucci | |
2020-12-07 | Restored the original ordering of Spanish.txt. | IlDucci | |
2020-12-07 | Major editing and proofread of the official Spanish translation | IlDucci | |
Alright, this is the big mother update. This commit includes a ton of changes and fixes to the original Spanish translation. Some have been taken from the iOS version (which was just a cleanup), others were done by myself. I've reorganized the entire file per missions and sections just so I could know where I was looking at. There's too much changes to list them, so here's the short version: - Retranslated and naturalized a lot of overly literal translations. - Fixed some uppercasing and lowercasing issues in the menus. - Shortened some subtitle translations that appear in a very short span of time so they are readable by the player. - This translation is European Spanish based, just like the original one and following Rockstar's policy up until GTAV. However, I tried to "neutralize" characters that are Latino American (El Burro, Catalina, Miguel, the Colombians...). If someone wants to do a fully Neutral Spanish translation, it should use a new file instead of overwriting this one in a translation war. |