repo_name stringclasses 5
values | pr_number int64 1.52k 15.5k | pr_title stringlengths 8 143 | pr_description stringlengths 0 10.2k | author stringlengths 3 18 | date_created timestamp[ns, tz=UTC] | date_merged timestamp[ns, tz=UTC] | previous_commit stringlengths 40 40 | pr_commit stringlengths 40 40 | query stringlengths 11 10.2k | filepath stringlengths 6 220 | before_content stringlengths 0 597M | after_content stringlengths 0 597M | label int64 -1 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/MeshSpawnShapeValue.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./tests/gdx-tests/src/com/badlogic/gdx/tests/Box2DTestCollection.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/GradientColorValue.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/pooling/arrays/IntArray.java | /*******************************************************************************
* Copyright (c) 2013, Daniel Murphy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* * Redistributions of ... | /*******************************************************************************
* Copyright (c) 2013, Daniel Murphy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* * Redistributions of ... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-setup/src/com/badlogic/gdx/setup/Executor.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/AndroidAudioRecorder.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./tests/gdx-tests/src/com/badlogic/gdx/tests/Bresenham2Test.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-tools/src/com/badlogic/gdx/tools/distancefield/DistanceFieldGenerator.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./tests/gdx-tests/src/com/badlogic/gdx/tests/CursorTest.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/btIntSortPredicate.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/IntArrayBuffer.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./tests/gdx-tests/src/com/badlogic/gdx/tests/SimpleDecalTest.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./tests/gdx-tests/src/com/badlogic/gdx/tests/Gdx2DTest.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/btGimBvhDataArray.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/ios/Info.plist.xml | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${app.name}</string>
<key>CFBundl... | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${app.name}</string>
<key>CFBundl... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/btSphereSphereCollisionAlgorithm.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./gdx/src/com/badlogic/gdx/graphics/g3d/RenderableProvider.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/RaycastResult.java | /*******************************************************************************
* Copyright (c) 2013, Daniel Murphy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* * Redistributions of ... | /*******************************************************************************
* Copyright (c) 2013, Daniel Murphy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* * Redistributions of ... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/IOSInput.java |
package com.badlogic.gdx.backends.iosrobovm;
import com.badlogic.gdx.Input;
import org.robovm.apple.uikit.UIKey;
public interface IOSInput extends Input {
/** Initializes peripherals (such as compass or accelerometer) */
void setupPeripherals ();
/** Records touch events */
void onTouch (long touches);
/** ... |
package com.badlogic.gdx.backends.iosrobovm;
import com.badlogic.gdx.Input;
import org.robovm.apple.uikit.UIKey;
public interface IOSInput extends Input {
/** Initializes peripherals (such as compass or accelerometer) */
void setupPeripherals ();
/** Records touch events */
void onTouch (long touches);
/** ... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/SoftbodyConstants.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./tests/gdx-tests-android/assets/data/g3d/materials/leather_diffuse_02.png | PNG
IHDR ?1 pHYs
OiCCPPhotoshop ICC profile xڝSgTS=BKKoR RB&*! J!QEEȠQ,
!{kּ>H3Q5B.@
$p d!s# ~<<+" x M0B\t8K @zB @F&S `cb P- `' { [! eD h; VE X0 fK9 - 0IWfH 0Q) { `##x FW<+* x<$9E[-qWW.(I+6aa@.y24 x6_-"bbϫp@ t~,/;... | PNG
IHDR ?1 pHYs
OiCCPPhotoshop ICC profile xڝSgTS=BKKoR RB&*! J!QEEȠQ,
!{kּ>H3Q5B.@
$p d!s# ~<<+" x M0B\t8K @zB @F&S `cb P- `' { [! eD h; VE X0 fK9 - 0IWfH 0Q) { `##x FW<+* x<$9E[-qWW.(I+6aa@.y24 x6_-"bbϫp@ t~,/;... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./tests/gdx-tests-android/assets-raw/skin/default-scroll.9.png | PNG
IHDR Ĵl; pHYs
OiCCPPhotoshop ICC profile xڝSgTS=BKKoR RB&*! J!QEEȠQ,
!{kּ>H3Q5B.@
$p d!s# ~<<+" x M0B\t8K @zB @F&S `cb P- `' { [! eD h; VE X0 fK9 - 0IWfH 0Q) { `##x FW<+* x<$9E[-qWW.(I+6aa@.y24 x6_-"bbϫp@ t~,/;... | PNG
IHDR Ĵl; pHYs
OiCCPPhotoshop ICC profile xڝSgTS=BKKoR RB&*! J!QEEȠQ,
!{kּ>H3Q5B.@
$p d!s# ~<<+" x M0B\t8K @zB @F&S `cb P- `' { [! eD h; VE X0 fK9 - 0IWfH 0Q) { `##x FW<+* x<$9E[-qWW.(I+6aa@.y24 x6_-"bbϫp@ t~,/;... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/btConeShape.h | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is grant... | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is grant... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/AlignModeWrapper.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/btMinkowskiSumShape.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/btAxisSweep3InternalShort.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/lwjgl3/build.gradle | sourceCompatibility = 1.8
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../%ASSET_PATH%"]
project.ext.mainClassName = "%PACKAGE%.DesktopLauncher"
project.ext.assetsDir = new File("../%ASSET_PATH%")
import org.gradle.internal.os.OperatingSystem
tasks.register('run', JavaExec) {
d... | sourceCompatibility = 1.8
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../%ASSET_PATH%"]
project.ext.mainClassName = "%PACKAGE%.DesktopLauncher"
project.ext.assetsDir = new File("../%ASSET_PATH%")
import org.gradle.internal.os.OperatingSystem
tasks.register('run', JavaExec) {
d... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/SWIGTYPE_p_a_3_1__a_3_1__float.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/VertexBufferObject.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/TriangleRaycastTest.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/AndroidGraphicsLiveWallpaper.java | /*
* Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
*
* Modified by Elijah Cornell
* 2013.01 Modified by Jaroslaw Wisniewski <j.wisniewski@appsisle.com>
* 2014.04 Modified by davebaol
*
* Licensed under the Apache License, Version 2.0 (the "License"); you ma... | /*
* Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
*
* Modified by Elijah Cornell
* 2013.01 Modified by Jaroslaw Wisniewski <j.wisniewski@appsisle.com>
* 2014.04 Modified by davebaol
*
* Licensed under the Apache License, Version 2.0 (the "License"); you ma... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./gdx/src/com/badlogic/gdx/graphics/g2d/BitmapFontCache.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/swig/build.xml | <project name="gdx-bullet-swig-gen" basedir="." default="all">
<target name="linearmath">
<echo message="Generating linearmath wrapper" level="info" />
<ant antfile="module.xml">
<property name="module.name" value="linearmath" />
</ant>
</target>
<target name="colli... | <project name="gdx-bullet-swig-gen" basedir="." default="all">
<target name="linearmath">
<echo message="Generating linearmath wrapper" level="info" />
<ant antfile="module.xml">
<property name="module.name" value="linearmath" />
</ant>
</target>
<target name="colli... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./gdx/src/com/badlogic/gdx/utils/LongArray.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./gdx/jni/iosgl/iosgl20.h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_badlogic_gdx_backends_iosrobovm_IOSGLES20 */
#ifndef _Included_com_badlogic_gdx_backends_iosrobovm_IOSGLES20
#define _Included_com_badlogic_gdx_backends_iosrobovm_IOSGLES20
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class:... | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_badlogic_gdx_backends_iosrobovm_IOSGLES20 */
#ifndef _Included_com_badlogic_gdx_backends_iosrobovm_IOSGLES20
#define _Included_com_badlogic_gdx_backends_iosrobovm_IOSGLES20
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class:... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/swig/dynamics/dynamics.i | %module(directors="1") Dynamics
%include "arrays_java.i"
%import "../collision/collision.i"
%include "../common/gdxCommon.i"
%include "../../swig-src/linearmath/classes.i"
%include "../../swig-src/collision/classes.i"
%ignore btSolverBody::getWorldTransform;
%ignore btSolverBody::setWorldTransform;
%ignore btSolve... | %module(directors="1") Dynamics
%include "arrays_java.i"
%import "../collision/collision.i"
%include "../common/gdxCommon.i"
%include "../../swig-src/linearmath/classes.i"
%include "../../swig-src/collision/classes.i"
%ignore btSolverBody::getWorldTransform;
%ignore btSolverBody::setWorldTransform;
%ignore btSolve... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/btConvexHullShape.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/pooling/IOrderedStack.java | /*******************************************************************************
* Copyright (c) 2013, Daniel Murphy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* * Redistributions of ... | /*******************************************************************************
* Copyright (c) 2013, Daniel Murphy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* * Redistributions of ... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./tests/gdx-tests/src/com/badlogic/gdx/tests/PolygonSpriteTest.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./tests/gdx-tests-android/assets/data/shaders/flattex-vert.glsl | attribute vec4 a_position;
attribute vec2 a_texCoord;
uniform mat4 u_projTrans;
varying vec2 v_texCoord;
void main() {
v_texCoord = a_texCoord;
gl_Position = u_projTrans * a_position;
} | attribute vec4 a_position;
attribute vec2 a_texCoord;
uniform mat4 u_projTrans;
varying vec2 v_texCoord;
void main() {
v_texCoord = a_texCoord;
gl_Position = u_projTrans * a_position;
} | -1 |
libgdx/libgdx | 7,276 | Fixed scene2d.ui layout for fractional positions and sizes. | When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to do in all other layouts. If others can please check this doe... | NathanSweet | 2023-11-10T17:05:20Z | 2023-11-13T03:27:53Z | 5368811323eb4ac9c9167a73fc6910e42fcb425d | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | Fixed scene2d.ui layout for fractional positions and sizes.. When "rounding" for UI layout, floor x/y and ceil width/height.
For example if a label has a fractional width like 123.4, rounding a Container's width gives 123 and the label won't fit.
Table already does this, so I'm pretty sure it's the right thing to... | ./extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/btContactProcessing.h | #ifndef BT_CONTACT_H_INCLUDED
#define BT_CONTACT_H_INCLUDED
/*! \file gim_contact.h
\author Francisco Leon Najera
*/
/*
This source file is part of GIMPACT Library.
For the latest info, see http://gimpact.sourceforge.net/
Copyright (c) 2007 Francisco Leon Najera. C.C. 80087371.
email: projectileman@yahoo.com
This ... | #ifndef BT_CONTACT_H_INCLUDED
#define BT_CONTACT_H_INCLUDED
/*! \file gim_contact.h
\author Francisco Leon Najera
*/
/*
This source file is part of GIMPACT Library.
For the latest info, see http://gimpact.sourceforge.net/
Copyright (c) 2007 Francisco Leon Najera. C.C. 80087371.
email: projectileman@yahoo.com
This ... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/gdx-backend-robovm-metalangle/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | 1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | 1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-tools/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | 1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/gdx-tests-android/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | 1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/gdx-tests-android/obb.gradle | task copyAssets {
doLast {
def assets = fileTree('assets')
copy {
from assets
into "build/obbassets"
rename { fileName ->
fileName = "obbasset-" + fileName
}
}
}
}
task zipAssets(type: Zip) {
destinationDirectory = file("build/obb")
entryCompression = ZipEntryCompression.STORED
from "build/o... | tasks.register('copyAssets') {
doLast {
def assets = fileTree('assets')
copy {
from assets
into "build/obbassets"
rename { fileName ->
fileName = "obbasset-" + fileName
}
}
}
}
tasks.register('zipAssets', Zip) {
destinationDirectory = file("build/obb")
entryCompression = ZipEntryCompression.S... | 1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/gdx-tests-gwt/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | 1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/gdx-tests-lwjgl/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | 1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/gdx-tests-lwjgl3/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | 1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/android/build.gradle | android {
namespace "%PACKAGE%"
buildToolsVersion "%BUILD_TOOLS_VERSION%"
compileSdkVersion %API_LEVEL%
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
aidl.srcDirs = ['src']
renderscript.srcDirs = ['src']
... | android {
namespace "%PACKAGE%"
buildToolsVersion "%BUILD_TOOLS_VERSION%"
compileSdkVersion %API_LEVEL%
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
aidl.srcDirs = ['src']
renderscript.srcDirs = ['src']
... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/gdx-backend-lwjgl3/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/gdx-backend-robovm/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/gdx-backends-gwt/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/gdx-tests-iosrobovm/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./gradle/dependencies.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./publish.gradle | configure([
project(":gdx"),
project(":backends:gdx-backend-android"),
project(":backends:gdx-backend-headless"),
project(":backends:gdx-backend-lwjgl"),
project(":backends:gdx-backend-lwjgl3"),
project(":backends:gdx-backend-robovm"),
project(":backends:gdx-backend-robovm-metalangle"),
project(":backends:gdx-b... | configure([
project(":gdx"),
project(":backends:gdx-backend-android"),
project(":backends:gdx-backend-headless"),
project(":backends:gdx-backend-lwjgl"),
project(":backends:gdx-backend-lwjgl3"),
project(":backends:gdx-backend-robovm"),
project(":backends:gdx-backend-robovm-metalangle"),
project(":backends:gdx-b... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/gdx-backend-android/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./gradle/dist.gradle | configure(subprojects - project(":tests:gdx-tests-android") - project(":backends:gdx-backend-android")) {
tasks.register('uberJar', Jar) {
archiveClassifier = ''
archiveVersion = ''
duplicatesStrategy = 'exclude'
from sourceSets.main.output
dependsOn configurations.compileClas... | configure(subprojects - project(":tests:gdx-tests-android") - project(":backends:gdx-backend-android")) {
tasks.register('uberJar', Jar) {
archiveClassifier = ''
archiveVersion = ''
duplicatesStrategy = 'exclude'
from sourceSets.main.output
dependsOn configurations.compileClas... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-lwjgl3-glfw-awt-macos/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-setup/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/gdx-backend-lwjgl/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-box2d/gdx-box2d-gwt/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-freetype/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./settings.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/lwjgl3/build.gradle | sourceCompatibility = 1.8
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../%ASSET_PATH%"]
project.ext.mainClassName = "%PACKAGE%.DesktopLauncher"
project.ext.assetsDir = new File("../%ASSET_PATH%")
import org.gradle.internal.os.OperatingSystem
tasks.register('run', JavaExec) {
d... | sourceCompatibility = 1.8
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../%ASSET_PATH%"]
project.ext.mainClassName = "%PACKAGE%.DesktopLauncher"
project.ext.assetsDir = new File("../%ASSET_PATH%")
import org.gradle.internal.os.OperatingSystem
tasks.register('run', JavaExec) {
d... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./gdx/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/gdx-backend-headless/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-bullet/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/core/build.gradle | sourceCompatibility = 1.7
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project.name = appName + "-core"
| sourceCompatibility = 1.7
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project.name = appName + "-core"
| -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/html/build.gradle | gwt {
gwtVersion='%GWT_VERSION%' // Should match the gwt version used for building the gwt backend
maxHeapSize="1G" // Default 256m is not enough for gwt compiler. GWT is HUNGRY
minHeapSize="1G"
src = files(file("src/")) // Needs to be in front of "modules" below.
modules '%PACKAGE%.GdxDefinition'
... | gwt {
gwtVersion='%GWT_VERSION%' // Should match the gwt version used for building the gwt backend
maxHeapSize="1G" // Default 256m is not enough for gwt compiler. GWT is HUNGRY
minHeapSize="1G"
src = files(file("src/")) // Needs to be in front of "modules" below.
modules '%PACKAGE%.GdxDefinition'
... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/gdx-tests/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-lwjgl3-angle/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/ios/build.gradle | sourceSets.main.java.srcDirs = [ "src/" ]
sourceCompatibility = '1.7'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
ext {
mainClassName = "%PACKAGE%.IOSLauncher"
}
launchIPhoneSimulator.dependsOn build
launchIPadSimulator.dependsOn build
launchIOSDevice.dependsOn build
createIPA.dependsOn build
robov... | sourceSets.main.java.srcDirs = [ "src/" ]
sourceCompatibility = '1.7'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
ext {
mainClassName = "%PACKAGE%.IOSLauncher"
}
launchIPhoneSimulator.dependsOn build
launchIPadSimulator.dependsOn build
launchIOSDevice.dependsOn build
createIPA.dependsOn build
robov... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-box2d/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-box2d/gdx-box2d/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/lwjgl2/build.gradle | sourceCompatibility = 1.7
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../%ASSET_PATH%"]
project.ext.mainClassName = "%PACKAGE%.DesktopLauncher"
project.ext.assetsDir = new File("../%ASSET_PATH%")
tasks.register('run', JavaExec) {
dependsOn classes
mainClass = project.mainCl... | sourceCompatibility = 1.7
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../%ASSET_PATH%"]
project.ext.mainClassName = "%PACKAGE%.DesktopLauncher"
project.ext.assetsDir = new File("../%ASSET_PATH%")
tasks.register('run', JavaExec) {
dependsOn classes
mainClass = project.mainCl... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/btTriangleCallback.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./gdx/src/com/badlogic/gdx/math/Ellipse.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./gdx/res/com/badlogic/gdx/utils/lsans-15.fnt | info face="LSans" size=15 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2
common lineHeight=18 base=14 scaleW=256 scaleH=128 pages=1 packed=0
page id=0 file="lsans-15.png"
chars count=168
char id=0 x=83 y=85 width=11 height=13 xoffset=0 yoffset=2 xadvance=11 page=0 chnl=0
... | info face="LSans" size=15 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2
common lineHeight=18 base=14 scaleW=256 scaleH=128 pages=1 packed=0
page id=0 file="lsans-15.png"
chars count=168
char id=0 x=83 y=85 width=11 height=13 xoffset=0 yoffset=2 xadvance=11 page=0 chnl=0
... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/gdx-tests/src/com/badlogic/gdx/tests/GLProfilerErrorTest.java | /*******************************************************************************
* Copyright 2015 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2015 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/btContactArray.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/gdx-tests-android/assets/data/maps/tiled/super-koalio/level1.tmx | <?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="212" height="20" tilewidth="16" tileheight="16" nextobjectid="1">
<tileset firstgid="1" name="tileSet-hd" tilewidth="16" tileheight="16">
<image source="tileSet.png" trans="fe80fe" width="256" height="2... | <?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="212" height="20" tilewidth="16" tileheight="16" nextobjectid="1">
<tileset firstgid="1" name="tileSet-hd" tilewidth="16" tileheight="16">
<image source="tileSet.png" trans="fe80fe" width="256" height="2... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/gdx-tests/src/com/badlogic/gdx/tests/TiledMapDirectLoaderTest.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/btTriangleShapeEx.cpp | /*! \file btGImpactTriangleShape.h
\author Francisco Leon Najera
*/
/*
This source file is part of GIMPACT Library.
For the latest info, see http://gimpact.sourceforge.net/
Copyright (c) 2007 Francisco Leon Najera. C.C. 80087371.
email: projectileman@yahoo.com
This software is provided 'as-is', without any express ... | /*! \file btGImpactTriangleShape.h
\author Francisco Leon Najera
*/
/*
This source file is part of GIMPACT Library.
For the latest info, see http://gimpact.sourceforge.net/
Copyright (c) 2007 Francisco Leon Najera. C.C. 80087371.
email: projectileman@yahoo.com
This software is provided 'as-is', without any express ... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/btMultibodyLink.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/GlyphPage.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-bullet/jni/swig-src/dynamics/dynamics_wrap.cpp | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. D... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. D... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/Constructor.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./gdx/src/com/badlogic/gdx/math/Octree.java | /*******************************************************************************
* Copyright 2020 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2020 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-bullet/jni/src/custom/gdx/linearmath/mathtypes.cpp | #include "mathtypes.h"
#include <stdio.h>
#include <string.h>
////////////////////////////////
//////// btVector3 ////////
////////////////////////////////
static jfieldID vector3_x = NULL, vector3_y = NULL, vector3_z = NULL;
void vector3_getFields(JNIEnv * const &jenv, jobject &v3) {
jclass cls = jenv->GetObje... | #include "mathtypes.h"
#include <stdio.h>
#include <string.h>
////////////////////////////////
//////// btVector3 ////////
////////////////////////////////
static jfieldID vector3_x = NULL, vector3_y = NULL, vector3_z = NULL;
void vector3_getFields(JNIEnv * const &jenv, jobject &v3) {
jclass cls = jenv->GetObje... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/Color3f.java | /*******************************************************************************
* Copyright (c) 2013, Daniel Murphy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* * Redistributions of ... | /*******************************************************************************
* Copyright (c) 2013, Daniel Murphy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* * Redistributions of ... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtApplicationConfiguration.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/gdx-backend-robovm-metalangle/src/com/badlogic/gdx/backends/iosrobovm/objectal/ALSoundSourcePool.java | /*DO NOT EDIT THIS FILE - it is machine generated*/
package com.badlogic.gdx.backends.iosrobovm.objectal;
import org.robovm.apple.foundation.NSArray;
import org.robovm.apple.foundation.NSObject;
import org.robovm.objc.ObjCRuntime;
import org.robovm.objc.annotation.NativeClass;
import org.robovm.objc.annotation.Proper... | /*DO NOT EDIT THIS FILE - it is machine generated*/
package com.badlogic.gdx.backends.iosrobovm.objectal;
import org.robovm.apple.foundation.NSArray;
import org.robovm.apple.foundation.NSObject;
import org.robovm.objc.ObjCRuntime;
import org.robovm.objc.annotation.NativeClass;
import org.robovm.objc.annotation.Proper... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/AsynchronousAndroidAudio.java |
package com.badlogic.gdx.backends.android;
import android.content.Context;
import android.os.Handler;
import android.os.HandlerThread;
import com.badlogic.gdx.audio.Sound;
import com.badlogic.gdx.files.FileHandle;
/** A performance oriented implementation of the {@link AndroidAudio} interface.
*
* Sounds are play... |
package com.badlogic.gdx.backends.android;
import android.content.Context;
import android.os.Handler;
import android.os.HandlerThread;
import com.badlogic.gdx.audio.Sound;
import com.badlogic.gdx.files.FileHandle;
/** A performance oriented implementation of the {@link AndroidAudio} interface.
*
* Sounds are play... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/btSoftBodyJointData.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/HullLibrary.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,270 | Update missing build.gradle files with new syntax for registering tasks | Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| obigu | 2023-11-05T15:31:03Z | 2023-11-13T11:04:33Z | 8e3b2ef2af2e1c1765b3441cb15cfbeddf4046fa | a25ceaddd8e9ea740b7e50e486ea4f815d2a3f58 | Update missing build.gradle files with new syntax for registering tasks. Some Gradle build files were still using old syntax after https://github.com/libgdx/libgdx/pull/7134.
| ./tests/gdx-tests-android/assets/data/sphere.obj | # Exported from Wings 3D 1.2
mtllib sphere.mtl
o sphere1
#114 vertices, 224 faces
v 0.38268343 0.92387953 0.0000000e+0
v 0.35355339 0.92387953 0.14644661
v 0.27059805 0.92387953 0.27059805
v 0.14644661 0.92387953 0.35355339
v 2.3432602e-17 0.92387953 0.38268343
v -0.14644661 0.92387953 0.35355339
v -0.27059805 0.923879... | # Exported from Wings 3D 1.2
mtllib sphere.mtl
o sphere1
#114 vertices, 224 faces
v 0.38268343 0.92387953 0.0000000e+0
v 0.35355339 0.92387953 0.14644661
v 0.27059805 0.92387953 0.27059805
v 0.14644661 0.92387953 0.35355339
v 2.3432602e-17 0.92387953 0.38268343
v -0.14644661 0.92387953 0.35355339
v -0.27059805 0.923879... | -1 |