1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Sergey Lipskiy
0d2b762198 Implement point lighting. 2015-05-13 10:13:57 +06:00
Sergey Lipskiy
268278a6b0 Implement load texture by dma offset.
Fixed menu in JFG.
2015-05-13 10:13:48 +06:00
Sergey Lipskiy
070f914583 Separate JFG microcode from DKR one because Vertex commands differ a bit. 2015-05-13 10:13:45 +06:00
Sergey Lipskiy
44c9dffc54 Refactor: rewrite GBI
Replace GBI_* functions by methods of GBIInfo.
2015-05-13 10:13:02 +06:00
Sergey Lipskiy
f6ebb311a1 Massive refactoring: move API or OS dependent code to separate files.
Include/enable necessary source files in project files.
2015-05-13 10:12:51 +06:00
Sergey Lipskiy
8afec13cb9 Code cleanup in GBI.h:
fix idents and remove unused field "text"
2015-05-13 10:12:50 +06:00
Sergey Lipskiy
4987f55579 Define G_RDPNOOP 2015-05-13 10:11:18 +06:00
Sergey Lipskiy
c5d0066ccd Correct GBI_DetectMicrocode 2015-05-13 10:11:18 +06:00
Sergey Lipskiy
936f918f96 Make SpecialMicrocodeInfo::text const to fix warnings. 2015-05-13 10:11:13 +06:00
Sergey Lipskiy
c62f09a71b Remove Color combiner constants from GBI.h as they are duplicated in Combiner.h 2015-05-13 10:09:15 +06:00
Sergey Lipskiy
69f27a5d8a Initial project version. Based on glN64-0.4.1-rc2 2015-05-13 10:09:12 +06:00