Commit Graph

50 Commits

Author SHA1 Message Date
Eric Wasylishen 4a4e33519e docs: update changelog 2024-02-04 21:40:11 -07:00
Eric Wasylishen 06b5e6dc64 docs: improve light entity documentation 2024-02-04 13:02:06 -07:00
Eric Wasylishen fa2a7ce15d docs: move .wal_json documentation to qbsp.rst 2024-02-03 13:59:56 -07:00
Eric Wasylishen 0574ed2892 docs: document bsputil 2024-01-29 23:48:13 -07:00
Eric Wasylishen e3644350f9 docs: document bspinfo 2024-01-29 23:09:40 -07:00
Eric Wasylishen d5b5d1a3ce docs: prepare changelog for 2.0.0-alpha6 2024-01-28 23:13:58 -07:00
Eric Wasylishen c7df4305f8 docs: add undocumented light bmodel keys 2024-01-27 23:58:39 -07:00
Eric Wasylishen d512abd27d qbsp: merge across liquids by default in q1
- change option name to -nomergeacrossliquids
- add docs
- allow using it in q2 as well (requested by jitspoe)
2024-01-25 23:04:31 -07:00
jjelliott 5eb5d2862d
Add missing docs key (#409)
* Add missing key (_surface_radiosity)

* docs: add link from _surface_radiosity to _surface

* docs: add link to _surflight_radiosity

---------

Co-authored-by: Eric Wasylishen <ewasylishen@gmail.com>
2024-01-25 09:40:07 -07:00
Eric Wasylishen 0aeb0acd94 qbsp: adjust tjunc logic 2024-01-24 00:22:27 -07:00
Eric Wasylishen a6610b7176 docs: correct -transwater documentation (no effect in Q2 mode) 2024-01-23 09:21:08 -07:00
Eric Wasylishen e2585bed5b docs: document -missing_textures_as_zero_size 2024-01-21 21:21:40 -07:00
Eric Wasylishen a1e561fa3f docs: note that _bouncestyled defaults to 1 now 2024-01-21 10:09:32 -07:00
dependabot[bot] 10293fab88
build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /docs (#407)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-11 19:12:00 -07:00
Eric Wasylishen 8888506821 qbsp: fix -notex option 2023-11-09 23:57:07 -07:00
dependabot[bot] 945f123ac5
build(deps): bump urllib3 from 2.0.6 to 2.0.7 in /docs (#388)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 18:22:27 -06:00
dependabot[bot] ffd20a77d8
build(deps): bump urllib3 from 2.0.2 to 2.0.6 in /docs (#387)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.6.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.2...2.0.6)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 12:32:16 -06:00
Eric Wasylishen a287eb0c22 docs: create a stub for the maputil, lightpreview docs 2023-10-01 12:58:39 -06:00
Jonathan 147be8f87a some optimizations in indirect lighting code
multiple bounce support
2023-09-16 00:41:05 -04:00
Eric Wasylishen 1bf726de9e docs: document _surflightscale + _surflightskyscale 2023-08-17 01:13:01 -06:00
Eric Wasylishen 54d5838f29 docs: fill in some missing docs
- fix comments around new BSPX lumps
2023-08-13 22:38:31 -06:00
dependabot[bot] 08ae1540de
build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#367)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-26 20:28:23 -06:00
Jonathan aa70d6dc00 draw lines and portals
disable leakdist by default
2023-07-09 15:44:23 -04:00
Jonathan 08db6e9bf9 remove fastbounce, add emissivequality
emissivequality affects both emissives
2023-06-19 09:54:25 -04:00
Eric Wasylishen 731bafd9fe qbsp: fix edge reuse causing software renderer artifacts with liquids
fixes q1_liquid_software.map in tyrquake
thanks to Mankrip for reporting this
2023-05-28 16:28:33 -06:00
dependabot[bot] b85f9e534f
build(deps): bump requests from 2.30.0 to 2.31.0 in /docs (#360)
Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 10:05:24 -06:00
Eric Wasylishen f9ad83aed5 docs: pin dependencies to fix build error
try out furo theme
2023-05-06 12:43:23 -06:00
Eric Wasylishen 4a30995a06 docs: update vis docs 2023-05-04 09:42:03 -06:00
Eric Wasylishen 486f848061 docs: update light documentation 2023-05-03 00:55:08 -06:00
Eric Wasylishen d45bfb1169 docs: update qbsp docs, include all current options 2023-05-03 00:14:42 -06:00
Eric Wasylishen a3984852bb docs: changelog update 2023-05-01 22:41:32 -06:00
Eric Wasylishen 50d97321d7 qbsp: add -bmodelcontents flag 2023-04-22 19:15:55 -06:00
Eric Wasylishen 8bd66592a1 docs: document -aliasdef 2023-04-15 17:45:35 -06:00
Eric Wasylishen 1634470f88 docs: misc tweaks 2023-04-14 23:26:58 -06:00
Eric Wasylishen 83022a720a docs: convert changelog to rst 2023-04-10 19:27:47 -06:00
Eric Wasylishen 1a08adeca7 docs: move changelog to docs, change to .rst extension 2023-04-10 17:40:13 -06:00
Eric Wasylishen bf8841396a docs: formatting adjustment (wrap keys in double qutes)
allows double click + copy to work correctly, previously it would copy trailing whitespace
2023-04-10 12:56:07 -06:00
Eric Wasylishen 3ac223e7c0 docs: document lighting channels 2023-04-10 12:33:43 -06:00
Eric Wasylishen a8d84ee149 light: add "minlight_mottle" as an alias for "minlightMottle" 2023-04-02 17:48:51 -06:00
Eric Wasylishen c4910a158f docs: add custom directives 2023-02-16 17:25:34 -07:00
Eric Wasylishen 460a30bbac ci: workaround docs build error
workaround for
https://github.com/readthedocs/sphinx_rtd_theme/issues/1343
2022-09-24 20:56:08 -06:00
Eric Wasylishen e14fdd513e docs: document -basedir/-gamedir 2022-07-07 00:36:29 -06:00
Eric Wasylishen 10b592f64d docs: qbsp: document -threads option 2022-02-06 11:35:04 -07:00
Eric Wasylishen baf9e64b27 docs: make Sphinx optional 2022-01-29 17:13:57 -07:00
Eric Wasylishen ebf385d382 docs: build and package new Sphinx docs on macOS 2022-01-29 17:09:15 -07:00
Eric Wasylishen b327d83282 docs: use sphinx_rtd_theme 2022-01-26 23:19:37 -07:00
Eric Wasylishen 2ab779556a docs: format other manuals 2022-01-26 23:19:37 -07:00
Eric Wasylishen 31cd6fe2f2 docs: format qbsp manual 2022-01-26 23:19:37 -07:00
Eric Wasylishen 663c0a8f98 docs: Initial conversion from man to rst using pandoc 2022-01-26 23:19:37 -07:00
Eric Wasylishen 2f46867513 docs: skeleton setup of Sphinx 2022-01-26 23:19:37 -07:00