Skip to content

Commit

Permalink
Add client 12.86.11871 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Apr 27, 2022
1 parent 394d4de commit 3f369e5
Show file tree
Hide file tree
Showing 95 changed files with 13,001 additions and 12,482 deletions.
18,369 changes: 9,258 additions & 9,111 deletions assets.json

Large diffs are not rendered by default.

Binary file not shown.
3,378 changes: 1,773 additions & 1,605 deletions assets/catalog-content.json

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed bin/127.0.0.1.exe → bin/127.0.0.1-client.exe
Binary file not shown.
Binary file modified bin/client.en.qm
Binary file not shown.
Binary file modified bin/client.exe
Binary file not shown.
Binary file modified bin/graphics_resources.rcc
Binary file not shown.
8 changes: 4 additions & 4 deletions cache/compendium.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
},
"gamenews": [
],
"idOfNewestReadEntry": 69,
"isreturner": true,
"maxeditdate": 1638171696,
"showrewardnews": true
"idOfNewestReadEntry": 0,
"isreturner": false,
"maxeditdate": 0,
"showrewardnews": false
}
207 changes: 207 additions & 0 deletions conf/gpublacklist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,207 @@
{
"name": "Qt built-in GPU driver blacklist",
"version": "5.6",
"entries": [
{
"id": 1,
"description": "Desktop OpenGL is unreliable on some Intel HD laptops (QTBUG-43263)",
"vendor_id": "0x8086",
"device_id": [ "0x0A16" ],
"os": {
"type": "win"
},
"driver_version": {
"op": "<=",
"value": "10.18.10.3277"
},
"features": [
"disable_desktopgl"
]
},
{
"id": 2,
"description": "Intel Q965/Q963 - GMA 3000 has insufficient support of opengl and directx",
"vendor_id": "0x8086",
"device_id": [ "0x2992" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl",
"disable_angle"
]
},
{
"id": 3,
"description": "No OpenGL on Intel G33/G31 (QTBUG-47522)",
"vendor_id": "0x8086",
"device_id": [ "0x29C2" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl",
"disable_angle"
]
},
{
"id": 4,
"description": "Intel HD Graphics 3000 crashes when initializing the OpenGL driver (QTBUG-42240)",
"vendor_id": "0x8086",
"device_id": [ "0x0102", "0x0106", "0x010A", "0x0112", "0x0116", "0x0122", "0x0126", "", "0x2E32", "0x0BE1", "0x0A26", "0x0152", "0x0042" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl"
]
},
{
"id": 5,
"description": "Intel GMA 3150 (QTBUG-43243), Mobile Intel 945GM (QTBUG-47435) crash",
"vendor_id": "0x8086",
"device_id": [ "0xA001", "0xA011", "0x27A0", "0x27AE" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl",
"disable_angle"
]
},
{
"id": 6,
"description": "Intel(R) HD Graphics 4000 / 5500 cause crashes on orientation changes in fullscreen mode (QTBUG-49541)",
"vendor_id": "0x8086",
"device_id": [ "0x0166", "0x1616" ],
"os": {
"type": "win"
},
"features": [
"disable_rotation"
]
},
{
"id": 7,
"description": "AMD FirePro V5900 driver causes crashes in Direct3D on Windows.",
"vendor_id": "0x1002",
"device_id": ["0x6707"],
"os": {
"type": "win"
},
"features": [
"disable_angle"
]
},
{
"id": 8,
"description": "Standard VGA: Insufficent support for OpenGL, D3D9 and D3D11",
"vendor_id": "0x0000",
"device_id": ["0x0000"],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl", "disable_d3d11", "disable_d3d9"
]
},
{
"id": 9,
"description": "Intel 945 crash (QTBUG-40991)",
"vendor_id": "0x8086",
"device_id": [ "0x27A2" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl"
]
},
{
"id": 10,
"description": "Intel(R) HD Graphics IronLake (Arrandale) crashes on makeCurrent QTBUG-53888",
"vendor_id": "0x8086",
"device_id": [ "0x0046" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl"
]
},
{
"id": 11,
"description": "Intel driver version 8.15.10.1749 causes GPU process hangs (QTBUG-56360)",
"vendor_id": "0x8086",
"os": {
"type": "win"
},
"driver_version": {
"op": "=",
"value": "8.15.10.1749"
},
"features": [
"disable_desktopgl", "disable_d3d11", "disable_d3d9"
]
},
{
"id": 12,
"description": "Intel HD Graphics crash in conjunction with shader caches (QTBUG-64697) - disable for all Intel GPUs",
"vendor_id": "0x8086",
"os": {
"type": "win"
},
"features": [
"disable_program_cache"
]
},
{
"id": 13,
"description": "AMD Radeon HD 6310 causes crashes on OpenGL initialization test (CipSoft)",
"vendor_id": "0x1002",
"device_id": [ "0x9802" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl"
]
},
{
"id": 14,
"description": "NVIDIA GeForce 630M/710M causes crashes on OpenGL initialization (CipSoft)",
"vendor_id": "0x10DE",
"device_id": [ "0x1140", "0x0DE9" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl"
]
},
{
"id": 15,
"description": "Mobile Intel(R) 4 Series Express Chipset Family - has very broken text rendering (CipSoft)",
"vendor_id": "0x8086",
"device_id": [ "0x2a42" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl"
]
},
{
"id": 16,
"description": "Intel 82945G Express crashes when starting up (CipSoft)",
"vendor_id": "0x8086",
"device_id": [ "0x2772" ],
"os": {
"type": "win"
},
"features": [
"disable_desktopgl", "disable_angle"
]
}
]
}
Empty file removed default
Empty file.
5 changes: 1 addition & 4 deletions log/client.log
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
[ 2022-02-08 21:35:15,426 ] Cannot open "F:\OT\Clientes\Tibia 12.85.11525\conf\gpublacklist.json": O sistema n�o pode encontrar o arquivo especificado.
[ 2022-02-08 21:35:16,830 ] Asset loading complete
[ 2022-02-08 21:35:31,624 ] Cannot open "F:\OT\Clientes\Tibia 12.85.11525\conf\gpublacklist.json": O sistema n�o pode encontrar o arquivo especificado.
[ 2022-02-08 21:35:33,258 ] Asset loading complete
[ 2022-04-27 03:13:09,382 ] Asset loading complete
Loading

0 comments on commit 3f369e5

Please sign in to comment.