• R/O
  • SSH

List of commits

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
修訂. 時間 作者
9be3ed16b712 2018-08-05 22:45:12 Pavel Rojtberg

SWIG: fix compilation of Java Component and correct outpath for Android

a61e97dce566 2018-08-05 01:07:57 Pavel Rojtberg

Tests: implement BitwiseTests.Half

6859dcac91d4 2018-08-04 22:16:06 Pavel Rojtberg

Docs: mainpage - update URLs to use https and avoid redirects

c6ae7271594e 2018-08-04 22:15:19 Pavel Rojtberg

README: update pull-request URL

df30ce45be2b 2018-08-04 05:49:45 Pavel Rojtberg

CI: build MSVC 1.11.2 SDK

ee9ddc1d6715 2018-08-04 05:36:14 Felipe Mart?nez

Fix typo in lights tutorial

2a4be6fae0ab 2018-08-04 04:12:44 Pavel Rojtberg

Main: move the adjacency flag to render operation where it belongs

instead of the geometry shader - for e.g. rendering adjacency buffers
without an geometry shader attached.

patch based on
https://forums.ogre3d.org/viewtopic.php?f=4&t=94417#p542277

e5cf93c112c1 2018-07-31 17:50:45 Petr Ohlidal

Samples/PN Triangles: fixed exception in light setup

Light was being parented to 2 scene nodes, causing OGRE to throw Exception::ERR_INVALIDPARAMS every time the sample was starting.

c8e3430e6f54 2018-07-31 08:09:14 Pavel Rojtberg

RTSS: simplify texcoord calculations by separating texture matrix

dd270d774548 2018-07-29 23:18:14 Pavel Rojtberg

drop MSC_VER workarounds for MSVC version that we no longer support

4973945bfcc8 2018-07-28 09:26:55 Pavel Rojtberg

Main: deprecate PreciseReal

550def623baf 2018-07-28 01:11:23 Pavel Rojtberg

CMake: OGREConfig - add missing Codec Plugins

51f3e3a6f462 2018-07-28 01:10:38 Pavel Rojtberg

Main: introduce PF_DEPTH16 as an explicit alias for PF_DEPTH

53aba8b7b741 2018-07-23 18:18:15 Alexey Pavlov

Arguments must be splitted by space

7f72b1c13c65 2018-07-23 09:33:00 Pavel Rojtberg

Main: GpuProgramManager - use StreamSerialiser for storing shader cache

f90279c20a9a 2018-07-23 08:21:05 Pavel Rojtberg

Main: move ConfigOptionMap and common initConfigOptions to RenderSystem

61a4602d4184 2018-07-22 05:28:24 Pavel Rojtberg

GLSupport: unify ConfigOption processing in GLRenderSystemCommon

348b1126ae5f 2018-07-21 21:33:26 Pavel Rojtberg

GL*: fold GL*Support classes into GL*RenderSystems

20fe0ef2c1b4 2018-07-21 08:44:42 Pavel Rojtberg

GL*: move hasMinGLVersion to GLRenderSystemCommon

5f4541594aa1 2018-07-21 08:20:44 Pavel Rojtberg

GLES2/ GL3+: drop unused mShaderCachePath & mShaderLibraryPath

854ff3beb2c0 2018-07-21 07:49:47 Pavel Rojtberg

GL*: validateConfigOptions is a noop everywhere

25abdb6ac96c 2018-07-21 01:32:32 Pavel Rojtberg

Main: add OGRE_NODISCARD macro and annotate source code as applicable

6c3051beebec 2018-07-19 02:16:27 Stefan Roellin

GLSupport: fix crash in Win32Window::create (#816)

The crash was at the line:

```
// Pass pointer to self as WM_CREATE parameter
mHWnd = CreateWindowEx(dwStyleEx, "OgreGLWindow", title.c_str(),
getWindowStyle(fullScreen), mLeft, mTop, mWidth, mHeight, parent, 0, hInst, this);
```

Introduced in commit aa90530a586d1c484abdf8be316838afe27c7bd1

ee63fbe2ef99 2018-07-18 01:18:22 Pavel Rojtberg

Main: StringConverter - deprecate parse*Long functions

due to unclear semantics across platforms. On Win64 long == int, but you
probably wanted int64/ size_t.

c4210939bfc8 2018-07-17 08:13:32 Gaudet Kevin

Main: extend colour writing to be enabled/disabled per channel (#811)

d751f251d881 2018-07-16 02:25:32 Pavel Rojtberg

Main: refactor StringConverter to make it more versatile

and replace code in ScriptTranslator and HLMS

513317dc3356 2018-07-16 00:14:07 Pavel Rojtberg

Tests: make unsigned parsing tests more useful

7a7b8dc8e31c 2018-07-15 23:38:28 Pavel Rojtberg

Main: ScriptTranslator - use getColour for specular as well

3f647c95599a 2018-07-15 22:25:16 Pavel Rojtberg

Main: correctly initialize mBoneWorldMatrices

db6f9ca34aad 2018-07-05 08:08:44 Pavel Rojtberg

Main: GpuProgramParams - use BaseConstantType to define GpuConstantType

to simplify various computations