SanAndreasUnity/Docs/TODO.md

94 lines
3.2 KiB
Markdown
Raw Normal View History

2020-05-31 17:07:22 +00:00
## TODO
2019-07-19 21:56:39 +00:00
- Multiplayer - see [Multiplayer.md](Multiplayer.md)
2020-05-31 17:07:22 +00:00
2019-07-19 21:56:39 +00:00
- **Async geometry loading** - currently, geometry is loaded synchronously, which seems like the main performance bottleneck ; see [AsyncAssetLoading.md](AsyncAssetLoading.md) ;
2020-05-31 17:07:22 +00:00
2019-07-19 21:56:39 +00:00
- Weapons and damage system - see [weapons.md](weapons.md)
2020-05-31 17:07:22 +00:00
2019-07-19 21:56:39 +00:00
- Unloading assets - need to keep track of references to loaded assets (meshes, textures) ; need ability to release references ; when a certain asset is no longer referenced, it can be unloaded ;
2020-05-31 17:07:22 +00:00
2019-07-19 21:56:39 +00:00
- Unload distant parts of the world - first need a better Cell system, which will tell which divisions are close and which are not ; unloading includes releasing reference to meshes, textures, materials, collision models ;
2020-05-31 17:07:22 +00:00
2019-07-19 21:56:39 +00:00
- Rigid body character
- Minimap - better info area ; input mouse position is not always correct ; see [Map.md](Map.md) ;
2020-05-31 17:07:22 +00:00
- Teleport : when ground is too far away (like on mountains), geometry around it will not be loaded, and raycast will not succeed ; when position is too low, player gets constantly respawned ; adapt all other teleport code ;
2019-07-19 21:56:39 +00:00
2019-06-23 21:15:28 +00:00
- Gravity setting failed to load on windows - instead of 9.81, it's loaded as 981 - maybe it happens when float.ToString() gives e
2019-05-30 15:10:34 +00:00
2019-07-09 19:20:08 +00:00
- Does 'O' button changes quality level ?
2019-07-19 21:56:39 +00:00
- Chat
2019-07-28 17:00:49 +00:00
- Android: set font size to 20 ; adapt UI: StartGame button, JoinGame button, Console "Clear", main menu ; sliders should be larger ; camera zoom should be configurable (no need for persistence) ; use unsigned (debug) key alias ; increment build number ; larger ped arrow movement button ;
2019-07-19 21:56:39 +00:00
2019-07-28 16:45:51 +00:00
- Touch input:
2019-07-24 22:41:59 +00:00
- Play sounds: horn ; empty weapon slot ; ped damage ; footsteps in run and sprint states ;
2019-07-09 18:04:02 +00:00
2019-07-11 20:54:48 +00:00
- Optimize Console.Update() - don't do trim excess for every log message
2019-07-19 21:56:39 +00:00
- Implement drive-by
2020-05-31 17:07:22 +00:00
- don't fade high LOD meshes
- Validate path to GTA ?
2019-05-22 22:24:55 +00:00
- Split code into separate assemblies (using asmdef files)
- When raycasting with weapons, don't use ped's character collider, but use his mesh
2020-05-31 17:07:22 +00:00
- Vehicles window: it's too slow - use pages ; display additional info ;
- Non-working ped model ids: WMYST, 0, special peds at the end,
- Create custom inspector for ped - it will display info from ped definition
- Pin windows - pinned windows are visible even when pause menu is not
- Remove unneeded assets: files from Resources,
- Bug when ped gets down to low heights (trying to move him back to starting location, and causing shaking)
- Minimap size should depend on screen resolution
2019-07-19 21:56:39 +00:00
- Vehicle hijacking - throwing out other ped and entering vehicle at his seat
2020-05-31 17:07:22 +00:00
- Import Vice City
2020-05-31 17:07:22 +00:00
- Navigation: build navmesh from static geometry at runtime
- Import: AI paths, ped spawn info, item pickups,
- Implement other vehicles: airplanes, helicopters, bikes, boats
- In-game input settings
- Update audio library ; Don't use separate file for weapon sound timings ;
#### Vehicles
- Adapt to damage system (so that they can be damaged and destroyed)
- Wheels should be excluded from damage effects
- Remove car blinkers and associated shaders
- Some cars have its suspension too low to allow them to move
- Car lights can't be turned off
- Blinkers are not working correctly
- In some cases damage to vehicles isn't performed at first collision
- Repair cars with key